List comments on a post
post_commentsRetrieve comments from a Facebook post using post ID and page ID. Supports pagination, field selection, and chronological ordering.
Instructions
GET /{post_id}/comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| via_page_id | Yes | ||
| fields | No | ||
| order | No | ||
| limit | No | ||
| auto_paginate | No | ||
| max_pages | No |