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.