I have done logging through Faceboo sdk in android and it was successful. Now, What I want is to create a custom login screen and on the press of submit it should send the request directly to facebook server like the original facebook app. I don't want to redirect to facebook's generated login screen. You can say it is like developing our own facebook app. The problem is I'm not getting any API to do this. Does any one knows how to do it..?
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.
|
|
Having the user type in their username/password on your own custom login screen is not supported by Facebook. You need to use SSO or the dialog option. |
|||
|
|
|
The only solution that I know is to implement sign in on server side, refer these links for more details: http://developers.facebook.com/docs/concepts/login/login-architecture/, http://developers.facebook.com/docs/howtos/login/login-as-app/ I found similar situation and I'm going to do it. Please tell me if you success with this way or other remedies. |
|||
|
|