Available Managed connector - SocialAPI handles the Meta Threads App and platform app review for you. No customer-side Meta for Developers registration required. See Platform credentials. Threads is fully supported for posts, comments, moderation, and publishing.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 | threads |
| Auth type | OAuth 2.0 (Meta) |
| API | Threads Graph API |
| Best for | Text-first posting and replying on Threads. |
Capabilities
| Feature | Supported | Notes |
|---|---|---|
| List posts | Yes | Text posts, images, videos, carousels |
| Comments | Yes | Replies to a specific post |
| Reply to comment | Yes | |
| Comment replies (thread) | Coming soon | Not yet implemented |
| Moderate comment (hide/unhide/delete) | Yes | Hide, unhide, and delete supported. Unknown actions return 501. |
| Toggle post comments | No | Not supported by Threads API |
| DMs | No | Not supported by platform |
| Reviews | No | Not applicable |
| Mentions | No | Not supported via Threads API |
| Create post | Yes | Text, images, videos, carousels |
| Delete post | Yes | |
| Update post | No | Not supported by Threads API |
Connecting
auth_url. After they authorize, Threads redirects to your redirect_uri with ?code=...&state=.... Then call:
Reading samples
List posts
List comments on a post
Publishing
Create a Threads post with optional platform-specific fields:Limitations and gotchas
- Moderation. Hide, unhide, and delete are supported. Unsupported moderation actions return
501. - No post updates. Threads does not support editing published posts. Use delete and re-create if needed.
- Publishing. Supports text posts, single images, single videos, and carousel posts.
- Token refresh. Threads tokens can expire. SocialAPI handles refresh automatically. If you receive
401withcode: "invalid_token", reconnect the account.
Permissions
SocialAPI’s managed Meta Threads App already requests these scopes on your behalf:threads_basic, threads_content_publish, threads_read_replies, threads_manage_replies, threads_delete. You don’t need to apply for any platform app review. See Platform credentials.