Get posts from a public Facebook group. Returns up to 3 posts per request due to Facebook API constraints.
Documentation Index
Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
Use this file to discover all available pages before exploring further.
The URL of the group
"https://www.facebook.com/groups/homemakingtips/"
The ID of the group
"742354120555345"
How to sort the posts
TOP_POSTS, RECENT_ACTIVITY, CHRONOLOGICAL, CHRONOLOGICAL_LISTINGS "TOP_POSTS"
The cursor to paginate to the next page
"AQHRBjJCelNvdGRjH8s2j-6..."
Successful response
Key Response Fields:
data.posts[0].id: Post IDdata.posts[0].text: Post text contentdata.posts[0].url: Direct URL to the group postdata.posts[0].author.name: Name of the user who posteddata.posts[0].reactionCount: Total reaction countdata.posts[0].commentCount: Total comment countdata.posts[0].publishTime: Unix timestamp of publicationdata.posts[0].topComments: Top comments on the post (with author and text)data.posts[0].image: Post image URL (if applicable)data.cursor: Pagination cursor ā pass as cursor to get the next 3 posts