List posts on a Facebook Page
page_postsRetrieve posts from a Facebook Page using edges like published_posts, posts, feed, or tagged. Filter by time, fields, and paginate results.
Instructions
Default edge is published_posts (Page-owned posts paged by created time). Other edges: posts (default Graph posts edge), feed (everything on the wall, including visitor posts), tagged (posts where the page is tagged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| edge | No | published_posts | |
| fields | No | ||
| since | No | ||
| until | No | ||
| limit | No | ||
| auto_paginate | No | ||
| max_pages | No |