Skip to main content

TikTok

TryPost supports posting videos to TikTok.

Connect your account

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

Supported content types

TypeAspect ratioDescription
Video9:16Short or long-form video (required)

Self-hosting setup

  1. Go to TikTok Developers and create an app
  2. Enable Content Posting API
  3. Set the redirect URL to {APP_URL}/accounts/tiktok/callback
  4. Add to your .env:
TIKTOK_CLIENT_ID=your_client_key
TIKTOK_CLIENT_SECRET=your_client_secret
TIKTOK_CLIENT_REDIRECT="${APP_URL}/accounts/tiktok/callback"