I am developing an RCP application that takes an email ID and displays the Facebook profile associated with it in a view using the instance of Browser class. Does Facebook API provide such an option for searching by email id?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook’s FQL User table only has uid, username, and Name (user’s full name) as indexable columns. Searching by an email address is not supported by Facebook’s public API.
FQL User Table Documentation