Documentation Index
Fetch the complete documentation index at: https://docs.trypost.it/llms.txt
Use this file to discover all available pages before exploring further.
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) |
OAuth scopes
public_profile, pages_show_list, pages_read_engagement, pages_manage_posts, read_insights
The read_insights scope powers per-post and per-page metrics in Analytics.
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:
public_profile,pages_show_list,pages_read_engagement,pages_manage_posts,read_insights - Add to your
.env:

