Get Facebook Posts Comments
Get the details of comments on the latest Facebook Page posts (up to 10 comments per post). Use end_cursor to retrieve additional comments beyond the first 10.
Authorizations
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Query Parameters
include_reply_info (boolean, optional, default: false)
When set to true, each comment in the response will include two additional fields:
comment_feedback_id— The feedback ID associated with the comment.expansion_token— A token used to paginate through replies.
Note: This parameter does not return the replies themselves. To fetch the actual reply content, use the
GET /get_facebook_post_comment_repliesendpoint, passing thecomment_feedback_idandexpansion_tokenreturned here.
Facebook Post ID. Used only if link is not provided. If both are given, link is prioritized.
Response
Successful response
The response is of type object.