Skip to main content
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.

At a glance

Capabilities

Connecting

Response:
Redirect your user to 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

Sample response:

List comments on a post

Publishing

Create a Threads post with optional platform-specific fields:
For the full field reference, media constraints, and error recovery, see Threads posts.

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 401 with code: "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.