Get a public Facebook groups posts. Only can get 3 posts at a time :( (Facebook API limit)
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