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.
X (Twitter)
TryPost supports posting to X (formerly Twitter) accounts.Connect your account
- Go to Accounts in the TryPost dashboard
- Click Connect X
- Authorize TryPost on X
Supported content types
| Type | Description |
|---|---|
| Post | Text with up to 4 images or 1 video |
OAuth scopes
tweet.read, tweet.write, users.read, media.write, offline.access
offline.access is required so TryPost can refresh the access token in the background — without it, you’d have to reauthorize regularly.
Self-hosting setup
Configure X API credentials
Configure X API credentials
- Go to X Developer Portal and create a project/app
- Enable OAuth 2.0 in your app settings
- On the User authentication settings page, enable the scopes listed above
- Set the redirect URL to
{APP_URL}/accounts/x/callback - Add to your
.env:

