Connect your account
- Go to Accounts in the TryPost dashboard
- Click Connect Facebook
- Authorize TryPost on Facebook
- Select the page you want to manage
Supported content types
| Type | Aspect ratio | Description |
|---|---|---|
| Post | — | Text with up to 10 images or 1 video |
| Reel | 9:16 | Short-form vertical video |
| Story | 9:16 | Temporary content (24 hours) |
Self-hosting setup
Configure Facebook API credentials
Configure Facebook API credentials
- Go to Meta for Developers and create an app
- Add the Facebook Login product
- Set the redirect URL to
{APP_URL}/accounts/facebook/callback - Request permissions:
pages_manage_posts,pages_read_engagement - Add to your
.env:

