Skip to main content

Facebook

TryPost supports posting to Facebook pages.

Connect your account

  1. Go to Accounts in the TryPost dashboard
  2. Click Connect Facebook
  3. Authorize TryPost on Facebook
  4. Select the page you want to manage

Supported content types

TypeAspect ratioDescription
PostText with up to 10 images or 1 video
Reel9:16Short-form vertical video
Story9:16Temporary content (24 hours)

Self-hosting setup

  1. Go to Meta for Developers and create an app
  2. Add the Facebook Login product
  3. Set the redirect URL to {APP_URL}/accounts/facebook/callback
  4. Request permissions: pages_manage_posts, pages_read_engagement
  5. Add to your .env:
FACEBOOK_CLIENT_ID=your_app_id
FACEBOOK_CLIENT_SECRET=your_app_secret
FACEBOOK_CLIENT_REDIRECT="${APP_URL}/accounts/facebook/callback"