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.
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
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.
Successful response
The response is of type object.