我可以使用 OAuth(而不是其他服务)从 google 获取用户的图片、性别、位置和电子邮件地址吗?
我目前正在使用以下 API: http://www-opensocial.googleusercontent.com/api/people/@ me/@self
范围是: http://www-opensocial.googleusercontent.com/api/people/
I'm currently using the following API :
http://www-opensocial.googleusercontent.com/api/people/@me/@self
and scope is:
http://www-opensocial.googleusercontent.com/api/people/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 Google 通过 OAuth 提供访问权限的所有服务的列表:
http://code.google.com/apis/gdata/docs/directory.html
如果您的所有用户都有 Google Apps 帐户,您可以从那里使用 Google Apps Api。
但我猜他们没有。
不幸的是,我不知道有任何其他 API 可以提供对用户本人的访问,但是您可以使用联系人 Api,它将为您提供有关用户联系人的信息(性别、位置、电子邮件等)。
Here is a list of all Services, that Google provides access to via OAuth:
http://code.google.com/apis/gdata/docs/directory.html
You could use the Google Apps Api from there, if all your users have Google Apps accounts.
But I guess they don't have.
Unfortunately I don't know of any other API, that provides access to the user himselfe, you can however use the contacts Api, which will provide you the information (gender, location, email, ...) about the users contacts..