Reputation: 900
I would like to get the profile ID or picture using the users email , something like this http://fb-tut.4p-tech.co.il/index.html
I could parse this page http://www.facebook.com/search.php?init=dir&q=&type=users But i was wondering if there is a cleaner simpler way to do it.
Upvotes: 6
Views: 4449
Reputation: 900
https://graph.facebook.com/search?q={EMAIL}&type=user&access_token={ACCESSTOKEN}
This gives the ID
Upvotes: 7