Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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/search?q=shaon@yahoo.com&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.

share|improve this question

1 Answer

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.

share|improve this answer
Thanks for your answer. But I am not searching after log in. I am searching before log in. So, how it will get any friends. I need to find out any email's Facebook id, public profile without log in into Facebook. – Siddiq Abu Bakkar Jul 21 '12 at 16:21
It's not gonna happen. – cpilko Jul 21 '12 at 22:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.