Facebook
Facebook Group Posts
Fetches posts from a public Facebook group, limited to 3 posts per page due to API limitations. Each post includes id, text, url, reactionCount, commentCount, publishTime, videoDetails, and topComments. Results are chronological by default. Supports TOP_POSTS, RECENT_ACTIVITY, CHRONOLOGICAL, and CHRONOLOGICAL_LISTINGS with cursor-based pagination.
get/v1/facebook/group/posts
Query parameters
urlstring
The URL of the group
group_idstring
The ID of the group
sort_by'TOP_POSTS' | 'RECENT_ACTIVITY' | 'CHRONOLOGICAL' | 'CHRONOLOGICAL_LISTINGS'
How to sort the posts. Defaults to CHRONOLOGICAL.
cursorstring
The cursor to paginate to the next page
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.