List comments
Always requestfields explicitly.Meta’s default response omits
from and text.
Add
replies to fields for nested replies, or read them directly:
Under Instagram Login there is no separate mentions webhook field — mentions show up in comment webhook events.
Reply publicly
Posts a threaded reply under the comment.Reply privately
Sends a DM to the commenter instead of a public reply.
The 750-per-hour quota is different: it resets on its own, so a request rejected for the quota can be retried after the window passes.
The response body carries the same fields Meta returns (
code, error_subcode, fbtrace_id), so your automation can branch on error_subcode directly.
Hide, delete, and disable
Moderate with the CLI
Moderate with MCP
Three tools cover comments:list_instagram_comments, reply_instagram_comment (public or private), and moderate_instagram_comment (hide, unhide, delete, or turn comments on or off for a post).
Next steps
- Receive webhooks: Get notified when comments arrive.
- Publish content: Publish the posts people comment on.