tags:

views:

231

answers:

1

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.

A: 

It seems you can't for the moment. At least if you use Oauth to log the user in. Seems possible with OpenID flow, but with limitations :

http://stackoverflow.com/questions/2484188/how-does-one-retrieve-the-email-address-of-a-user-with-gdata

gatnowurry