Authenticate the Test User { “error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid platform app” }

Felice! When setting up an Instagram app, you should use the platform-specific App ID and not the generic one set up on Facebook. In your Facebook app Dashboard go to Products > Instagram > Basic Display and should see the Instagram App ID. Use that in your authorization URL and it should work.

Get ALL User Friends Using Facebook Graph API – Android [duplicate]

In v2.0 of the Graph API, calling /me/friends returns the person’s friends who also use the app. In addition, in v2.0, you must request the user_friends permission from each user. user_friends is no longer included by default in every login. Each user must grant the user_friends permission in order to appear in the response to … Read more

Facebook Graph API v2.0+ – /me/friends returns empty, or only friends who also use my application

In v2.0 of the Graph API, calling /me/friends returns the person’s friends who also use the app. In addition, in v2.0, you must request the user_friends permission from each user. user_friends is no longer included by default in every login. Each user must grant the user_friends permission in order to appear in the response to … Read more