I am working on facebook application for ipad. I am using graph api for that. Can anyone tell me how to search the people on facebook by entering emailid ?
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.
We can get the facebook profile of a person by using following graph api url
https://graph.facebook.com/search?fields=id,name,link&q=(friends_email)&type=user&access_token=(accesstoken)
It will give the results if the person is in our friend list. For non-friend it will not work.