Skip to main content

X (Twitter)

TryPost supports posting to X (formerly Twitter) accounts.

Connect your account

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

Supported content types

TypeDescription
PostText with up to 4 images or 1 video

Self-hosting setup

  1. Go to X Developer Portal and create a project/app
  2. Enable OAuth 2.0 in your app settings
  3. Set the redirect URL to {APP_URL}/accounts/x/callback
  4. Add to your .env:
X_CLIENT_ID=your_client_id
X_CLIENT_SECRET=your_client_secret
X_CLIENT_REDIRECT="${APP_URL}/accounts/x/callback"