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 LinkedIn (for profiles) or Connect LinkedIn Page (for company pages)
- Authorize TryPost on LinkedIn
- Select your profile or page
Supported content types
| Type | Description |
|---|---|
| Post | Text with optional images or video |
| Carousel | Swipeable post — up to 20 images or a single PDF document |
OAuth scopes
| Connection | Scopes requested |
|---|---|
Personal profile (linkedin) | openid, profile, email, r_basicprofile, w_member_social |
Company page (linkedin-page) | openid, profile, email, w_organization_social, r_organization_social, rw_organization_admin, w_member_social |
Self-hosting setup
Configure LinkedIn API credentials
Configure LinkedIn API credentials
- Go to LinkedIn Developers and click Create App
- Fill in app details (name, company page, logo) and create the app
- Go to the Auth tab and add redirect URLs:
{APP_URL}/accounts/linkedin/callback(profiles){APP_URL}/accounts/linkedin-page/callback(pages)
- Go to the Products tab and request access to:
- Share on LinkedIn
- Sign In with LinkedIn using OpenID Connect
- Marketing Developer Platform (required for company-page scopes like
w_organization_socialandrw_organization_admin)
- Add to your
.env:

