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
I want to develop facebook client in android using fbrocket api.but,this api only allows
Share
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.