-
-
Notifications
You must be signed in to change notification settings - Fork 324
Patrizio Bekerle edited this page Nov 3, 2020
·
5 revisions
Most of the hive currently seems to be down, See Facebook bee setup problem. The post action now works with Facebook Pages.
The action posts to a Facebook Page.
- You can use html in your posts, it will get converted to text because Facebook can't handle html
- You can use
[NEWLINE]
in your text, which will be converted to a newline character after the html2text conversion
Two config values are needed.
See: How do I find my Facebook Page ID?
Leave this blank, you will get a permanent page access token automatically generated.
But you can create a page token for your page in the Graph API Explorer with the Facebook App you needed to create (this token is valid for about one hour).
To publish a post you'll need to allow the pages_manage_posts
and pages_read_engagement
permissions in your page token.