Get Published Posts
meta_get_published_postsRetrieve posts published by a Facebook Page, excluding visitor posts. Specify page ID and optional limit.
Instructions
Gets posts published by the Page itself (excludes visitor posts, unlike the feed edge).
Args:
page_id (string): Facebook Page ID
limit (number): Max results (1–100, default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |