Get comment
facebook_get_commentRetrieve a comment by ID with optional replies and determine if a private reply is still possible within the 7-day window. Use it to verify current comment text before moderating.
Instructions
Read one comment by ID, optionally with its replies, and report whether a private reply is still possible (the 7-day window). Use this to verify the CURRENT text of a comment before moderating it — a comment can be edited or deleted between a listing and an action. Requires a PAGE token; the comment text is returned inside an untrusted-content envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Page profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID). | |
| comment_id | Yes | Comment ID, e.g. "123456_789012" as returned by facebook_list_comments. Not a post ID. | |
| reply_limit | No | How many replies to expand inline (1–100). Omitted ⇒ the replies edge is not fetched at all. |