Siddiq Abu Bakkar
Siddiq Abu Bakkar

Reputation: 1949

Find Facebook ID using Email address

I need to find out user facebook ID and his/her all public profile using email address. Though in http://developers.facebook.com/docs/reference/api/ it was said that it can be found by using:

graph.facebook.com/[email protected]&type=user

where q is user mail address.It's not working. As far as I know it is a bug of facebook. You can check details from here: developers.facebook.com/bugs/429972587034829 and /274710012636144

I also get some questions from stackoverflow but that there have no description properly. Like: Get Facebook User ID By Email Address

If anyone can suggest any other link or any other way to do this task than that will be appreciated.

Upvotes: 2

Views: 11502

Answers (1)

cpilko
cpilko

Reputation: 11852

I tried a number of test cases. It appears that this query works for your account's friends only. It does not work for friends of friends, page fans (if you're authenticated as a page) or random users.

This is consistent with Facebook's general tightening of privacy controls.

Upvotes: 3

Related Questions