Does anybody know how to get the user’s first and last name from google’s oauth implementation?
I can get only the email address with the scope parameter https://www.googleapis.com/auth/userinfo#email
but I can’t find how to get first and last name…
anybody knows how to do that with oauth?
For a list of scopes you could include (separated by spaces) in an oauth initiation url, try http://code.google.com/apis/gdata/faq.html#AuthScopes and try it out.