views:

49

answers:

1

Hi all, 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

+2  A: 

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.

Brian
the problem is not getting facebook api key.i want to give userid,password as inputs.how we can achieve?
Travis
I've edited the answer with information about the authentication mechanism to use.
Brian