tags:

views:

33

answers:

4

hi..

how can i get profile information in facebook according to emailid...

using some api..

kind regards

plz reply

A: 

The facebook API, are well documented: http://developers.facebook.com/docs/reference/api/user

Cesar
A: 

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.

Manoj Govindan
+1  A: 

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

BeRecursive
A: 

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:
http://developers.facebook.com/docs/reference/fql/user

Ben

related questions