Can I use Google credentials to get basic user information like
Email, Name, Gender
and use them in my application? This allows the user to log into my application using Gmail.
I asked the same thing here .
But the answer says:
You must not use Gmail to authenticate users with Google Accounts. Instead, you can use Google + to sign in to Android. This will allow you to access user profile information after obtaining the required permissions using OAuth. Check out the manual here:
which I followed, and everything worked fine.
But if the Gmail account does not have a GooglePlus profile, My application asks to create a GooglePlus account. This makes me think that I implemented Login GooglePlus instead of logging into Gmail.
Is the answer to my question correct? Meaning without a GooglePlus profile you cannot log in to Gmail on Android?
If not, how can I use Google Login in my application?
A similar question is here , with no answers.
Please, help. Thank you.
source share