get_published_posts
Retrieve a paginated list of published posts from a Facebook page, including details like message, image, permalink, and share count.
Instructions
Retrieve a paginated list of posts published by the page, including message, image, permalink, shares, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for the next page of results. | |
| limit | No | Number of posts to return (1-100, default 25). | |
| page_id | No | Facebook Page ID. Defaults to FB_PAGE_ID env var if omitted. |