fb_create_post
Create a post on a Facebook Page by providing page ID, message, optional link, and page token. Solves posting directly to Page feed.
Instructions
Create a new post on a Facebook Page feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Optional URL link to attach | |
| pageId | Yes | Facebook Page ID | |
| message | Yes | Post message text content | |
| pageToken | No | Optional Page Access Token (if posting on behalf of a Page) |