Facebook

Comments

Fetches comments from a Facebook post or reel with cursor-based pagination. Each comment includes id, text, created_at, reply_count, reaction_count, and author details with name and profile_picture. Passing a feedback_id instead of a url significantly speeds up the request.

get/v1/facebook/post/comments

Query parameters

urlstring

Facebook post URL (or reel URL)

feedback_idstring

Using feedback_id (instead of url) will really speed up the request. You can get the feedback_id when you make a request to /v1/facebook/post.

cursorstring

Cursor to get more comments. Get 'cursor' from previous response.

Response

Successful response

Changes