Comment on a post (staged)
post_commentStage a Facebook comment for review before publishing. Builds a preview with your exact comment text and returns a confirmation token for explicit approval.
Instructions
Stage a comment on a Facebook post. This does NOT post anything: it opens the post, builds a preview showing the post and your exact comment text, and returns a confirmation_token. Show the preview to the user and call confirm_action only after they explicitly approve it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | Permalink of the post to comment on | |
| comment_text | Yes | The exact comment text that will be published | |
| require_confirmation | No | Must be true. Setting it false is refused unless the server operator has explicitly enabled unconfirmed writes in the environment. |