开发者

Google Account Information with oauth

开发者 https://www.devze.com 2023-02-12 12:47 出处:网络
I am develop a application开发者_JAVA百科 that allow login from other applications, eg.Google, Facebook, linkedin, etc.

I am develop a application开发者_JAVA百科 that allow login from other applications, eg. Google, Facebook, linkedin, etc. My question is, howto obtain the user account information from google, after login with oauth. With user account information, i mean: name, email, date of birth, etc.

Thanks.


If you're talking about Google Apps, there's a lot of info on the APIs on Google Code: http://code.google.com/googleapps/docs/#auth

If you're just using Open ID with Google Accounts, I believe you can only get name + email address. There's some info (including code samples) in the Google Apps Marketplace docs: http://code.google.com/googleapps/marketplace/tutorial_php.html#Integrate-OpenID

0

精彩评论

暂无评论...
验证码 换一张
取 消