0

I have an user id: 503536350, this is the profile: https://www.facebook.com/profile.php?id=503536350

but why when I use Graph API tool, I can not get infor from this id

I don't understand why,

(image) http://www.freeimagehosting.net/5a987

3 Answers3

1

If the graph API returns 'false' it's usually because of privacy or visibility reasons. The most likely reason is that the user in question has disabled all Platform apps - such users can't be accessed at all via the API

Igy
  • 43,710
  • 8
  • 89
  • 115
0

You should hit this Graph API for your information after getting Access token:

https://graph.facebook.com/me?access_token={access-token}