
Manage Facebook Page posts, comments, reactions, and insights via the Graph API
Sign in to connectReturn the current user's Facebook profile (id, name, email when granted).
List Facebook Pages the user manages, including page access tokens for API calls as the Page.
List posts on a Facebook Page feed.
Fetch a Graph object by ID (post, comment, page, photo, etc.).
Publish a new post to a Page feed. Requires a Page access token (from facebook_list_pages).
Permanently delete a Graph object the token can manage (post, comment, etc.).
List comments on a post, photo, or other commentable object.
Add a comment on a post or reply on a comment.
Read insights metrics for a Page, post, or other supported object.
Hide or show a comment (moderation).
Add an authenticated like to a post or comment (requires appropriate permissions).
Connecting Facebook will request the following permissions:
You can revoke access at any time from your account settings.