Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get facebook profile ID or Picture by Email

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.

like image 375
Boban Stojanovski Avatar asked Jul 04 '11 12:07

Boban Stojanovski


1 Answers

https://graph.facebook.com/search?q={EMAIL}&type=user&access_token={ACCESSTOKEN}

This gives the ID

like image 118
Boban Stojanovski Avatar answered Sep 20 '22 17:09

Boban Stojanovski