post https://app.scrapein.app/api/v1/social/facebook/groups//feed
- end_cursor: Get end_cursor value from the following path:
data.group_address.group_feed.page_info.end_cursor
- has_next_page: Check for
has_next_page
with path:
data.group_address.group_feed.page_info.has_next_page
- group_feed_connection_first: Maximum value of
group_feed_connection_first
is 30 but the request might return an error depending on the response size from facebook, to fix it try using a smaller value.