get_post_comments
Retrieve comments on a Facebook post with commenter details, ordering, and filtering options. Use to fetch top-level comments or include replies inline.
Instructions
List comments on a post, including who commented (GET /{post-id}/comments).
order: "chronological" or "reverse_chronological". filter: "toplevel" (top-level comments only) or "stream" (include replies inline). Each comment item includes 'from' with the commenter's id/name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| order | No | chronological | |
| fields | No | id,message,created_time,from,like_count,comment_count,attachment,permalink_url,is_hidden | |
| filter | No | toplevel | |
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||