facebook_get_page_posts
Retrieve recent posts from any public Facebook page. Filter by date range and paginate results for complete access.
Instructions
Get recent posts from a Facebook page with optional pagination and time filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | Facebook page URL | |
| end_cursor | No | Pagination cursor for next page of results | |
| after_time | No | ISO 8601 timestamp - only return posts after this time | |
| before_time | No | ISO 8601 timestamp - only return posts before this time | |
| timezone | No | Timezone for timestamps (e.g., UTC, America/New_York) |