Fetches replies to a specific comment on a Facebook post. Requires comment_feedback_id and expansion_token, which are returned by the get_facebook_post_comments_details endpoint when include_reply_info is set to true.
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
expansion_token (string, required) β The pagination token for loading replies. To obtain this value, set include_reply_info=true in the get_facebook_post_comments_details endpoint.
comment_feedback_id (string, required) β The feedback ID of the parent comment. To obtain this value, set include_reply_info=true in the get_facebook_post_comments_details endpoint.
Successful response
The response is of type object.