Both are reached from the single Instagram card on the Accounts page, which asks which method you want.
The two count as one network and share a single slot, so a workspace connects one Instagram account by either method — not one of each. See connection limits.The same Instagram account cannot be connected through both methods — authorizing one that is already connected the other way is refused rather than duplicated.
Connect your account
Standalone (personal)
- Go to Accounts in the TryPost dashboard
- Click Connect on the Instagram card, then choose Instagram
- Authorize TryPost on instagram.com
- The account shows up immediately
Business (via Facebook)
- Go to Accounts in the TryPost dashboard
- Click Connect on the Instagram card, then choose Instagram (Facebook Business)
- Authorize TryPost through Facebook
- Select the Facebook page whose Instagram account you want to connect. If only one of your pages has one, TryPost connects it without asking
Supported content types
There is no separate
instagram_carousel content type on posts. The AI Create wizard may still accept instagram_carousel as a generation format; the resulting draft is stored as instagram_feed.
All three content types are available on both connection flavors.
OAuth scopes
The
*_manage_insights scopes power the Analytics dashboard’s Instagram view.
Self-hosting setup
Configure Instagram (Standalone) API credentials
Configure Instagram (Standalone) API credentials
- Go to Meta for Developers and create an app
- Add the Instagram product (the standalone Instagram API, not Instagram Graph via Facebook)
- Set the redirect URL to
{APP_URL}/accounts/instagram/callback - Request permissions:
instagram_business_basic,instagram_business_content_publish,instagram_business_manage_insights - Add to your
.env:
Configure Instagram (Facebook Business) API credentials
Configure Instagram (Facebook Business) API credentials
- In the same Meta for Developers app, also add the Facebook Login for Business product
- Set the redirect URL to
{APP_URL}/accounts/instagram-facebook/callback - Request permissions:
public_profile,pages_show_list,pages_read_engagement,business_management,instagram_basic,instagram_content_publish,instagram_manage_insights - Use the same
FACEBOOK_CLIENT_ID/FACEBOOK_CLIENT_SECRETyou’ve configured for Facebook (it’s the same app)

