Top "Facebook-graph-api-v2.0" questions

For using the Graph API v2.

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

I am trying to get my friend name and ids with Graph API v2.0, but data returns empty: { "data": [ ] } When …

facebook facebook-graph-api facebook-ios-sdk facebook-graph-api-v2.0
Get ALL User Friends Using Facebook Graph API - Android

I'm trying to get all friends, of a user that logged into my application. I can't use this API [friends]: …

android facebook facebook-graph-api-v2.0 facebook-friends
Get facebook friends with Graph API v.2.0

A while ago, I used to take the friends of mine using Graph API in this way (using Graph API …

facebook facebook-graph-api facebook-friends facebook-graph-api-v2.0
Facebook Image URL gets expired

I am pulling Facebook posts using facebook-graph API, now the problem is Image gets expired after few days. I have …

facebook facebook-graph-api facebook-graph-api-v2.0
Facebook Graph Api 2.1 get userid from username

I am looking for a solution which can provide me user id from profile url or fb username example :http://…

facebook facebook-graph-api facebook-graph-api-v2.0
Facebook API: How to get the FB login user's unique ID? ID from API doesn't match 'real' user ID in v2.0

- (void)loginViewFetchedUserInfo:(FBLoginView *)loginView user:(id<FBGraphUser>)user { self.profilePictureView.profileID = user.objectID; self.nameLabel.text = user.…

ios facebook-graph-api facebook-login facebook-graph-api-v2.0
How to get user's username in v2.0 or later of Facebook's Graph API

I used to get the user's username in the API 1.0 fairly easily, using /me and getting the username property of …

facebook-graph-api facebook-graph-api-v2.0
How to programmatically invite Facebook friends on a website

The functionality that I need is to show a list of Facebook friends to the user on the website page …

facebook facebook-graph-api facebook-javascript-sdk facebook-graph-api-v2.0
Authenticate the Test User { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" }

I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test …

instagram-api facebook-graph-api-v2.0
Get Facebook User ID with Facebook App Scope ID

Is it possible to get origin facebook id from facebook app scope id? I have 2 apps that shares the same …

facebook facebook-graph-api facebook-graph-api-v2.0 scope-id