Hello, I need to implement a social login using the Facebook Graph API to access the instagram business data user. For this is necessary to use the instagram_basic scope. I couldn’t find that scope in the Facebook social connection.
Is there any possible way to use that scope when using the Facebook social connection?
Thanks!
EDIT: I found this documentation Instagram Connection Deprecation that points to the new Instagram Graph API but I think that is wrong because is using the old Instagram API because I’m having a 400 client id error.
As fas as I know both changes to the stack as well as the docs been made to reflect the newest Facebook and Instagram APIs. Let me check that and get back to you soon!
Hi @komatsu, yes the problem is that the social connection for Facebook does not havethe “instagram_basic” scope. I ended up using the “Custom Social Connection” extension. You will have to create a new connection like the following:
Name: “Just a name for the new connection”
Client ID: “The client ID from Facebook Graph”
Client Secret: “The client secret from Facebook Graph”