How can I get profile information in facebook according to emailid using an API?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You cannot access Facebook information by querying according to an email address. It is not an indexable field. There is NO way to get Facebook user information using an email address. You must use name or username |
|||
|
|
|
The email fiel is NOT indexable. That means you can not search for a profile by using the email field (That would be a privacy issue). You can take a look here to get more details: |
|||
|
|
|
The facebook API, are well documented: http://developers.facebook.com/docs/reference/api/user |
|||
|
|
|
If you can read Java go through this nice tutorial on accessing Facebook after authenticating using OAuth. It includes a basic example of fetching an user's profile details. |
|||
|
|