Details
| Field | Value |
|---|---|
| Platform slug | threads |
| Auth type | OAuth 2.0 (Meta / Threads) |
| API | Meta Threads API |
Feature support
| Feature | Supported | Notes |
|---|---|---|
| List posts | ✅ | Text posts, images, videos, carousels |
| Comments | ✅ | Replies to a specific post |
| Reply to comment | ✅ | |
| Comment replies (thread) | ✅ | |
| Moderate comment (hide/unhide/delete) | ✅ | Hide, unhide, and delete supported. Unknown actions return 501. |
| Toggle post comments | — | Not supported by Threads API |
| DMs | — | Not supported by platform |
| Reviews | — | Not applicable |
| Mentions | — | Not supported via Threads API |
| Create post | ✅ | Text, images, videos, carousels |
| Delete post | ✅ | |
| Update post | — | Not supported by Threads API |
Connecting
auth_url. After they authorize, Threads redirects to your redirect_uri with ?code=...&state=.... Then call:
Sample: List posts
Sample: List comments on a post
Notes
- 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.