Skip to main content

Threads

TryPost supports posting to Threads.

Connect your account

  1. Go to Accounts in the TryPost dashboard
  2. Click Connect Threads
  3. Authorize TryPost on Threads

Supported content types

TypeDescription
PostText with up to 10 optional images

Self-hosting setup

  1. Go to Meta for Developers and create an app
  2. Add the Threads product
  3. Set the redirect URL to {APP_URL}/accounts/threads/callback
  4. Add to your .env:
THREADS_CLIENT_ID=your_app_id
THREADS_CLIENT_SECRET=your_app_secret
THREADS_CLIENT_REDIRECT="${APP_URL}/accounts/threads/callback"