Ids
A post id is{pageId}_{postId}. A comment id from a webhook is {postId}_{commentId}.Post ids come from comment webhook events or from your post list.
List comments
filter=stream returns every comment, replies included, oldest first. A reply carries parent.id.Results are paginated with
paging.cursors.after.
Reply publicly
Posts a reply under the comment.Reply privately
Sends a Messenger message to the commenter instead of a public reply.The person’s reply, if any, opens a normal 24-hour window.
Hide, unhide and delete
Moderate with the CLI
Moderate with MCP
Three tools cover comments:list_facebook_comments, reply_facebook_comment (public, or private with private: true) and moderate_facebook_comment (hide, unhide or delete).
Next steps
- Receive webhooks: Get notified when comments arrive.
- Publish: Publish the posts people comment on.