Retrieves comments from a Facebook post or comment (for replies). This endpoint requires appropriate permissions: - For page-owned posts: A Page Access Token with 'pages_read_engagement' permission - The API automatically swaps user tokens for page tokens when available API Vers…
limitintegerNumber of comments to return (max 100)
orderstringOrder of comments: 'chronological' (oldest first) or 'reverse_chronological' (newest first, default).
fieldsstringComma-separated list of fields to return for each comment. Available fields: id, message, created_time, from, attachment, comment_count, like_count, is_hidden, user_likes, can_comment, can_remove, can_hide, permalink_url, parent, comments (for nested replies). Note: 'from' field…
filterstringFilter comments by type: 'stream' returns all comments including replies in flat list (default), 'toplevel' returns only top-level comments without replies.
object_idRequiredstringThe ID of the post or comment to get comments from. Must be in full format 'pageId_postId' for posts (e.g., '123456789_987654321'). For comments, use the comment ID directly.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.