get_post_comments
Retrieve paginated comments on a specific Facebook post, returning author, timestamp, like count, and reply count.
Instructions
Retrieve paginated comments on a specific post, including author, timestamp, like count, and reply count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for the next page of comments. | |
| limit | No | Number of comments to return (1-100, default 25). | |
| post_id | Yes | The Facebook Post ID to retrieve comments for. |