我可以在 Google App Engine 上使用 Google 聊天图像吗?
我正在 GAE 上使用 python 编写一个应用程序。我想既然我使用谷歌登录作为我的用户的身份验证,为什么我不能使用每个用户的谷歌聊天图片作为他们的用户肖像?但是我还没有找到访问该信息的方法。也许我使用 facebook api 的时间太长了,但是有什么方法可以访问这些信息吗?
克里斯
I am writing an app using python on GAE. I figure since I'm using google logins as the authentication for my users, why can't I use each users google chat picture as their user portrait? However I haven't found a way to access that info. Maybe I've been using facebook api's for too long, but is there any way to access that information?
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个单独的 API 用于检索用户的个人资料信息,但不幸的是没有目前支持头像。
There is a separate API for retrieving a user's profile information, which unfortunately does not currently support profile pictures.