tags:

views:

125

answers:

1

I have facebook java api. Using this how can I login if i have email and password?

A: 

Update:

For authentification, you can look how to use oauth 2.0:

http://developers.facebook.com/docs/authentication

You can use the facebook-java-webapp for that:

http://code.google.com/p/facebook-java-webapp/#OAuth_v2

Laurent
dude, there is no login method there. instead it redirects to facebook login page.
Ashwin
I updated my answer about your question: look for oauth 2.0
Laurent
awsm thnx mate for oauth
Ashwin