facebook_get_comments
Retrieve comments from a specific Facebook post by post ID, returning each comment's ID, message, author, and creation time. Use limit to control results.
Instructions
Retrieve comments on a specific Facebook post. Returns comment ID, message, author name, and creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of comments to return (1–100, default 25) | |
| post_id | Yes | The Facebook post ID to fetch comments for |