MiqromanageSupport

Instagram

Category: Social
Connect by: Connect with OAuth
Official API docs: https://developers.facebook.com/docs/instagram-api/guides/content-publishing

What the agent can see

None.

What the agent can do

CapabilityAPI callRiskNeeds approval
Publish a single image post (public image_url + caption) via the 2-step flow. (docs)POST /{ig-user-id}/media then POST /{ig-user-id}/media_publish🔴 high✅ yes

Connecting it

  • You provide: Long-lived Meta access token + IG business account id
  • Where to get it: developers.facebook.com → create app → add Instagram Graph API → link an IG Business/Creator account to a Facebook Page → complete App Review + Business Verification → generate a long-lived token (instagram_basic, instagram_content_publish, pages_read_engagement).
  • Permissions/scopes: instagram_basic, instagram_content_publish, pages_read_engagement

Account setup

  • Account needed: An Instagram Business/Creator account linked to a Facebook Page.
  • App registration: Meta app with Instagram Graph API; generate a long-lived token.
  • Verification required: Meta App Review + Business Verification are required before content_publish works in production (longest lead time).
  • Testing: Use a test IG account + dev-mode app for validation before review.

Limits

Content Publishing is limited to ~25 posts per IG account per 24h. Standard Graph rate limits otherwise.