Publish Facebook Page Story
meta_publish_page_storyPublish a photo or video story to a Facebook Page by providing the page ID, media URL, and media type. Returns the story ID.
Instructions
Publishes a story (photo or video) to a Facebook Page.
Requires: meta_list_pages called first to load page tokens.
Args:
page_id (string): Facebook Page ID
media_url (string): Public URL of the image or video
media_type (enum): "photo" or "video"
Returns the story ID on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Facebook Page ID | |
| media_url | Yes | Public URL of the image or video | |
| media_type | Yes | Type of media: photo or video | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |