Create Facebook Photo Post
meta_create_photo_postPublish a photo post to a Facebook Page by providing the page ID and public image URL. Optionally include a caption and set the published status.
Instructions
Publishes a photo post to a Facebook Page.
Args:
page_id (string): Facebook Page ID
url (string): Public URL of the image
caption (string, optional): Photo caption/message
published (boolean): Default true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| url | Yes | Public image URL | |
| caption | No | ||
| published | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |