检索 Google 日历所有者的电子邮件地址
在用户成功通过 AuthSub 进行身份验证并且我拥有访问令牌后,是否可以使用 Google Calendar API / Zend Gdata 获取用户的 google 电子邮件地址?
我遇到的问题是,某些用户拥有多个 Gmail 和 Google Apps 帐户,但他们不记得他们使用哪一个帐户与我的服务同步,并且感觉同步不起作用。我想向他们显示他们首先进行身份验证的 Google 帐户。
Is it possible, with the Google Calendar API / Zend Gdata, to get the user's google email address, after he successfully authenticated with AuthSub and I have an access token?
I have a problem with some users having multiple Gmail and Google Apps accounts, and then not remembering which one they've used to Sync with my service and having the impression that the sync doesn't work. I'd like to display them the Google Account they have first authenticated with.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过实验设置 API?看起来它会在作者部分返回用户的姓名和电子邮件地址。
Have you tried the experimental settings API? It looks like it returns the user's name and email address in the author section.