I am using Facebook API how i can get userid in facebook from its mail ?
I am using Facebook.dll
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.
Using a Search API, you can query all publicly available information. That means, you can get user ID if the user allowed his e-mail address to be public.
You would issue a query something like:
The JSON response would be:
If the user’s address is not public, you will get an empty data.
I’m not aware if there is an implementation for this in C#, but you can easily make one.