get_comment
Retrieve comment details by ID, including author, message, timestamps, like count, and attachments. Access specific comment information from the Facebook Graph API.
Instructions
Get details of a single comment by ID (GET /{comment-id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | id,message,created_time,from,like_count,comment_count,attachment,permalink_url,is_hidden | |
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||