Available Managed connector - SocialAPI handles the Meta App and platform app review for you. No customer-side Meta for Developers registration required. See Platform credentials. Facebook Pages are fully supported. The connector uses the Meta Graph API for posts, comments, DMs (Messenger), and mentions.Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
At a glance
| Field | Value |
|---|---|
| Platform slug | facebook |
| Auth type | OAuth 2.0 (Meta) |
| API | Meta Graph API |
| Best for | Page-level engagement: post and reply on Facebook Pages. |
Capabilities
| Feature | Supported | Notes |
|---|---|---|
| List posts | Yes | Page feed posts |
| Comments | Yes | Scoped to a specific post |
| Reply to comment | Yes | |
| Private reply | Yes | Sends a one-time DM to the commenter |
| Comment replies (thread) | Coming soon | Not yet implemented |
| Moderate comment (hide/unhide/delete) | Yes | |
| Toggle post comments | No | Not supported by Facebook Graph API |
| DMs | Yes | Via Messenger (24-hour messaging window) |
| Send DM | Yes | |
| Get DM thread by user | Yes | |
| Reviews | No | Deprecated in Graph API v22.0 |
| Mentions | Yes | Posts where the Page is tagged |
| Create post | Yes | Text, photos, links |
| Delete post | Yes |
Connecting
Facebook OAuth connects all Pages the user manages. Each Page becomes a separate connected account.auth_url. After they authorize, Facebook redirects to your redirect_uri with ?code=...&state=.... Then call:
Reading samples
List posts
List comments on a post
List DMs
Publishing
Create a Facebook Page post with optional platform-specific fields:Limitations and gotchas
- Multi-Page OAuth: a single OAuth flow connects all Facebook Pages the user manages. Each Page gets its own
account_id. - Page tokens never expire: unlike Instagram, Facebook Page tokens derived from long-lived user tokens do not expire. No reconnection needed unless the user revokes access.
- Private replies: replying to a comment with
"private": truesends a one-time DM to the commenter. Can only be sent once per comment, within 7 days of the comment. - 24-hour messaging window: Pages can send any message within 24 hours of the user’s last message. After that, only approved message tags are allowed. If you get an error sending a DM, the window may have closed.
- Reviews deprecated: Facebook deprecated Page Recommendations/Reviews in Graph API v22.0 (March 2025). The API returns
501for review endpoints.
Permissions
SocialAPI’s managed Meta App already requests these scopes on your behalf:pages_show_list, pages_read_engagement, pages_read_user_content, pages_manage_engagement, pages_manage_metadata, pages_messaging, pages_manage_posts, public_profile. You don’t need to apply for any platform app review. See Platform credentials.