如何使用 Zend Framework 使用 oAuth 读取 Gmail 联系人
我已经使用 Zend Framework 完成了 Google 的 oAuth。现在我只阅读用户谷歌文档。我如何使用 Zend Framework 读取 Gmail 联系人而无需询问用户名和密码。
非常感谢你。
I am done with oAuth with Google using Zend Framework. For now i am reading user google DOCs only. How can i read Gmail contacts using Zend Framework withour asking username and password.
Thank You a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为没有任何直接的方法可以做到这一点。您可以尝试这个解决方案。但这使用用户名和;密码。您可以参考这个日历示例了解如何进行身份验证两种方式都使用。
I dont think there is any straight forward way to do that. You can try this solution. But this uses username & pwd. You can refer to this Calendar example for how to authenticate using both ways.
oAuth 与身份验证有关,因此您必须提供凭据进行身份验证。
如果没有用户名和密码,则无法进行身份验证。
不过,您可以使用 API 访问数据:
oAuth is about authentication, so you will have to authenticate providing credentials.
Authentication is not possible without username and password.
However, you can use API to access the data: