get_page_feed
Retrieve a Facebook Page's feed, including its own posts and content shared by others, using the Graph API. Specify the page ID, limit, and fields to control the returned data.
Instructions
List the Page's feed: own posts + posts/links from others on the Page (GET /{page-id}/feed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| fields | No | id,message,story,created_time,updated_time,permalink_url,full_picture,attachments,from,shares,comments.summary(true).limit(0),reactions.summary(true).limit(0),likes.summary(true).limit(0) | |
| page_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||