I have facebook java api. Using this how can I login if i have email and password?
A:
- Java : http://programmaremobile.blogspot.com/2009/01/facebook-java-apieng.html
- PHP: http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/
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:
Laurent
2010-05-23 21:18:24
dude, there is no login method there. instead it redirects to facebook login page.
Ashwin
2010-05-23 21:28:36
I updated my answer about your question: look for oauth 2.0
Laurent
2010-05-24 09:04:05
awsm thnx mate for oauth
Ashwin
2010-05-25 12:16:50