I am using Facebook API how i can get userid in facebook from its mail ?
I am using Facebook.dll
|
I am using Facebook API how i can get userid in facebook from its mail ? I am using Facebook.dll |
|||
|
|
|
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.
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. |
|||
should be changed into something like:
|
||||
|
|
|
Here is how you would do it using Facebook C# SDK.
If user is found you will get exactly one result.
|
|||
|
|