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 need to create an Android application where user will provide the userid and password of the facebook then he will login inside the application. For this I want to use my own LoginPage.I want to create Loginpage using android layout standard. I am not able to achieve it in my own way. Any help will be highly appreciated

share|improve this question
2  
You CANT ask for users logins and passwords of any kind. Instead, you have to send the user for the facebook authentication page, and access user information using a access token. – lolol Oct 8 '11 at 15:25
2  
This is my problem.I dont want to use facebook authentication page.Any work-around? – Dileep Singh Oct 8 '11 at 16:37
I have the same question. Dileep did you find any solution? – Sarah Mar 11 at 9:32

1 Answer

This is a good start : http://developers.facebook.com/docs/guides/mobile/android/ and http://developers.facebook.com/docs/reference/androidsdk/authentication/

share|improve this answer
I dont want to use facebook authentication page.Without facebook authentication page , i want to create my own login page. – Dileep Singh Oct 8 '11 at 16:39
1  
Facebook like twitter use Oauth authentification now, and the all point of Oauth is to NOT give your login or password to anyone else. I don't think they authorize classic authentification anymore but i maybe wrong. link – Maks_w Oct 8 '11 at 19:26
2  
Even I think that we cant ask for userid and password from the user. – Dileep Singh Oct 10 '11 at 6: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.