开发者

Access to user's name and profile picture in the AppEngine's app

AppEngine has Users service to access Google account information. Unfortunately, it doesn't provide access to the Google account's many properties, specifically name and profile picture. Could anyone advise a p开发者_C百科roper way of retrieving that information?


The Users API does not provide any way to access anything other than the user's email address. Any other information has to be accessed independently, using APIs such as the Google Profiles API.


Google Profiles API would not work for default Google (gmail) Accounts, unfortunately.

http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=1925

If you want to get access to name and email, I believe, you could use attribute exchange (AX) with Google's OpenID. You can even combine OpenID with OAuth. I'm not sure, however, if you can get access to picture URL.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜