post https://app.scrapein.app/api/v1/social/facebook/posts//comments
- end_cursor: Get end_cursor value from the following path:
data.node.top_level_comments.page_info.end_cursor
- has_next_page: Check for
has_next_page
with path:
data.node.top_level_comments.page_info.has_next_page
- max_comment_replies: Maximum value of 3 but the request might return an error depending on the response size from facebook, to fix it try using a smaller value.
- max_comments: Maximum value of 16 but the request might return an error depending on the response size from facebook, to fix it try using a smaller value.