List Posts
list_postsFetch published Facebook posts or Instagram media with engagement data. Use the returned post ID to moderate comments via list_comments.
Instructions
List published posts on the Facebook Page, or media on the linked Instagram account. Returns each post's ID, caption/message, timestamp and engagement counts. Use the returned ID with list_comments to moderate its comment thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 25) | |
| fields | No | Comma-separated fields. Defaults differ per platform: Facebook uses id,message,created_time,permalink_url,comments.summary(true); Instagram uses id,caption,timestamp,permalink,media_type,comments_count,like_count. | |
| platform | No | Which surface to list. | |
| max_pages | No | Pages to auto-follow (default: 1) |