get_page_feed
Retrieve the complete Facebook page feed, including visitor posts, to see all content on the page timeline.
Instructions
Retrieve the full page feed including visitor posts (unlike published_posts which only returns page-authored posts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor — pass the value from a previous response to get the next page. | |
| limit | No | Number of feed items to return (1-100, default 25). | |
| page_id | No | Facebook Page ID. Defaults to FB_PAGE_ID env var if omitted. |