How creator can login their Instagram without facebook page
1

We have created an app called SocioCreator (Influencer Marketing app) here creators are facing issue when they are clicking on the connect Instagram button it is asking for the business manager and Facebook page selection, several people do not have Facebook page and they do not intent to create one so in this error can we have any direct way where an creator or influencer can signup and link their Instagram account with any facebook page.

Platform link - https://dashboard.sociocreator.com/creator-signup

Riya
Asked about 3 weeks ago
Selected Answer
1

Hi! If you intend to use the Instagram Graph API, your IG account must be linked to your Facebook Page. To operate on Instagram Graph API endpoints, like /media, you must have the Instagram user ID.

Currently, the only way to obtain it is through the call /me/accounts?field=instagram_business_account, which returns the collection of the Facebook Pages from a given user, from which you can get the Instagram User ID. If there is no Facebook Page linked to the IG account, you cannot get the required ID for further calls on behalf of that IG account. You can read more about the process here - https://developers.facebook.com/docs/instagram-api/getting-started.

I am unsure what kind of information you are trying to extract, but if these are only the basic reads for simple data, you might try to use https://developers.facebook.com/docs/instagram-api/guides/business-discovery.

You can also try the Basic Display API (https://developers.facebook.com/docs/instagram-basic-display-api), which does not require a Facebook Page.

June 20 at 1:41 AM
Krystian