I have a question about the Login with Facebook feature that some apps have. Here's my scenario:
I currently have an Android social networking application that has its own user database and login system and users have their own username, bio, etc, and I would like to include the option for Facebook login. Currently, when a user wishes to sign up to use the app, they have to enter a new unique username/password/email and that username is then used for further requests to the database from the app and is required. So basically I have a few questions:
I know I can get the FB email for a user and use it in the sign up process but what about the username/password combination - should I ask for them separately?
Assuming that the sign up with FB is complete, when the user logs in with facebook how would I know the username? (I am guessing that I could use the email address to verify this, right?)
So I guess my main problem is how to get a username/password combination upon signup/login from facebook. Any help/suggestions are much appreciated :) Thanks
(I know that this has probably been asked a million times before but I couldn't find a good explanation/resolution to the problem and since I have a username, instead of an email address, as the user identifier, I think this complicates things a bit)