Skip to main content
GET
/
v1
/
facebook
/
get_facebook_post_comments_details
Get Facebook Posts Comments
curl --request GET \
  --url https://api.agntdata.dev/v1/facebook/get_facebook_post_comments_details \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

include_reply_info
boolean

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_replies endpoint, passing the comment_feedback_id and expansion_token returned here.

post_id
string

Facebook Post ID. Used only if link is not provided. If both are given, link is prioritized.

end_cursor
string

Response

Successful response

The response is of type object.