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) | Yes | Fetch the reply thread under a comment |
| 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, SocialAPI exchanges the code with Threads and redirects the user to your redirect_uri with the connection result. See OAuth flows for the redirect parameters.
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_delete. You don’t need to apply for any platform app review. See Platform credentials.