Facebook is a social media and advertising platform used by individuals and businesses to connect, share content, and promote products or services. Only supports Facebook Pages, not Facebook Personal accounts.
Adds photos to an existing Facebook album. IMPORTANT: This action requires the 'pages_manage_posts' permission. The legacy 'publish_actions' permission has been deprecated by Facebook. If you encounter permission errors, consider using the FACEBOOK_UPLOAD_PHOTO action instead, which uploads photos directly to the page's timeline (photos are automatically placed in the 'Photos' or 'Timeline Photos' album). Note: System albums (Profile Pictures, Cover Photos) cannot be modified directly. Only user-created albums support adding photos via this endpoint. Currently adds one photo at a time. For true batch upload, use Facebook's batch API endpoint directly.
Adds a reaction to a Facebook post or comment. Note: Due to API limitations, only LIKE reactions can be added programmatically.
Assigns tasks/roles to a business-scoped user or system user for a specific Facebook Page. Important: This action requires a business-scoped user ID or system user ID from Facebook Business Manager. Regular Facebook user IDs cannot be used. The page must also be managed through Facebook Business Manager for this action to work. Required permissions: business_management, pages_manage_metadata
Creates a comment on a Facebook post or replies to an existing comment.
Creates a new photo album on a Facebook Page. Note: This endpoint requires the 'pages_manage_posts' permission or equivalent permissions to be granted to your Facebook application.
Creates a photo post on a Facebook Page. Requires an image to be provided via either 'url' (publicly accessible image URL) or 'photo' (local image file upload). This action is specifically for posting images with optional captions, not text-only posts.