Retrieve posts and metadata from your Instagram Business accounts using superglue
Note: This guide uses Facebook’s Graph API instead of Instagram’s Basic Display API, as it provides more functionality for business accounts including insights, comments, and publishing capabilities. Using the Graph API unfortunately requires a LOT of setup. We have done our best to summarize this process here, but refer readers to Meta for Developers for more detailed information.
https://app.superglue.cloud/api/auth/callback
to Valid OAuth Redirect URIsapp.superglue.cloud
to App DomainsNote: The Meta Graph API does not fully follow the OAuth 2.0 standards. It provides a long-lived access token without a refresh token that needs to be manually refreshed every 60 days. superglue will flag this, but any Meta integrations will need to be reauthenticated every 60 days.
Note: To access live public data from accounts not registered as test users in your app, your Meta developer app must go through the App Review process. This is required by Meta for production use. See Meta’s App Review documentation for detailed requirements and submission guidelines.