I have email addresses of facebook user ,
i want to know user name / user id using email id ,
how it is possible ?,
actually i need to show Facebook profile image using Email ids
thanks in advance.
****The process : (a) Emaild -> (b) User ID -> (c) profile image ****
process (b)->(c) is completed by me , it is working successfully. I need help in process (a)->(b)
Thanks in advance.
can anyone know how spokeo.com work
it can featch facebook profile image using email id
Thanks
It is not possible for your application to search user via his email. You can find out certain user's email (if you have his uid and permission to access email), but not the other way around.
it is possible, you need to perform a search using Graph API
https://graph.facebook.com/search?q=EMAIL&type=user&access_token=YOUR_ACCESS_TOKEN
you can test it in the Graph API Explorer tool
BUT: pay attention that this may not work for people with high privacy level