Good morning everyone.
I am trying to build a flow to publish a post update to a Facebook fan page.
Every fan page on Facebook has its own URL, but, while opening, say, a group by its URL, opening a page by its URL does not work, not with the Facebook app and with the Page app either.
For groups, I just use the "open URL" action, telling automagic to use the Facebook app, see example, and when I run it it just open the Facebook app and goes to the group page.
While if I try to do the same with a Facebook page URL, it just open the Facebook app or Page app (I tried that, as well) on the home page.
Do you know if there's a way to make them open to the page for which I opened the URL?
Thank you.
Updating a Facebook fan page
Moderator: Martin
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: Updating a Facebook fan page
i don't use FB app on android, so can't test this.
Do you use the this pattern link?
fb://page/PAGEID
example from tutorial : https://www.devildoxx.com/web-developme ... using-app/
fb://page?id=573726622765559
If you have the raw url, maybe we need to do some regex to parse the pageid and reformat it to the url pattern above.
Do you use the this pattern link?
fb://page/PAGEID
example from tutorial : https://www.devildoxx.com/web-developme ... using-app/
fb://page?id=573726622765559
If you have the raw url, maybe we need to do some regex to parse the pageid and reformat it to the url pattern above.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: Updating a Facebook fan page
Thank you.
That tutorial didn't work, maybe used to work with previous fb app versions.
Nevertheless, I managed to make it work.
Here the working flow, maybe it can be useful to other as well.
Thanks again.
That tutorial didn't work, maybe used to work with previous fb app versions.
Nevertheless, I managed to make it work.
Here the working flow, maybe it can be useful to other as well.
Thanks again.
- Attachments
-
- flow_ShareToFbPage_20200326_000446.xml
- (3.87 KiB) Downloaded 668 times