publish_page_post
Create or schedule a post on a Facebook Page by providing the message text, optional link, and page ID. Set a future timestamp to schedule publication instead of posting immediately.
Instructions
Publish a new post on a Page (POST /{page-id}/feed).
Set published=False and provide scheduled_publish_time (a future Unix timestamp) to schedule the post instead of publishing immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| message | Yes | ||
| page_id | No | ||
| published | No | ||
| scheduled_publish_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||