At a glance
Capabilities
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: "platform.threads.auth", 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.