Android: How can I get the google account userid, first name and last name after successfully login
Posted
by Nyan
on Stack Overflow
See other posts from Stack Overflow
or by Nyan
Published on 2010-05-03T06:38:46Z
Indexed on
2010/05/03
13:38 UTC
Read the original article
Hit count: 216
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.
© Stack Overflow or respective owner