Hide or Unhide a Facebook Comment
meta_hide_commentHide or unhide a Facebook Page comment to moderate without deleting. Use comment and page IDs, with boolean flag to control visibility.
Instructions
Hides or unhides a comment on a Facebook Page post.
Hidden comments are only visible to the comment author and their friends. This is a non-destructive alternative to deletion — useful for moderation.
Args:
comment_id (string): Comment ID to hide/unhide
page_id (string): Page ID (for authentication)
is_hidden (boolean): true to hide, false to unhide
Requires pages_manage_engagement permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID (for auth) | |
| is_hidden | Yes | true to hide, false to unhide | |
| comment_id | Yes |