Android: How can I get the google account userid, first name and last name after successfully login
- by Nyan
I managed to get oauth token and Token secret from google, after the user login and grant access to the web site.
after that I want the user's ID, first name, last name, and other available information about login user's.
How can I achieve it.
Thanks in advance.