Is it possible to get a Facebook user’s name from their Facebook Id number with a graph call?
If so, does anyone know the call?
For example you can get a user’s picture by making the following call
"http://graph.facebook.com/" + someUserId + "/picture"
Simply querying the Graph API with the
user_idshould be enough to get the name of the user –You could drill down even more by adding a filter for the name field –