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.

I want to develop facebook client in android using fbrocket api.but,this api only allows input as facebook api key not the username and password. is there any solution?.. Thanks in advance

share|improve this question

1 Answer

up vote 2 down vote accepted

See "How to Acquire Your Facebook API Key" more information on how you can obtain the API key you need.

If you want users to allow users to login, you must use the OAuth 2.0 Authentication Protocol. You cannot ask users for their login information directly. See "Facebook for Mobile Apps" for some guidance.

share|improve this answer
the problem is not getting facebook api key.i want to give userid,password as inputs.how we can achieve? – Karthi Sep 29 '10 at 16:24
I've edited the answer with information about the authentication mechanism to use. – Brian Sep 29 '10 at 16:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.