有没有好的方法(PHP 类)来访问 Gmail 联系人?
有没有好的方法(PHP 类/函数)来访问 Gmail 联系人列表?如果不是我可以从哪里开始建立一个班级?
Is there a good way (PHP class/function) to access Gmail Contacts List? If not where I can start to build a class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
OpenInviter,它是开源的,可与 Gmail 等配合使用。
OpenInviter, it's open source and works with Gmail and many more.
我知道libgmailer(GMailer类)< /a>(需要 CURL 和 OpenSSL)。
I know libgmailer (class GMailer) (requires CURL and OpenSSL).
也许你可以尝试使用 Zend Framework 的 Zend_GData http://framework.zend.com/手册/en/zend.gdata.html?这是一个示例:http://blog .charlvn.com/2008/11/google-contacts-api-with-zend-framework.html 如何使用它。
Maybe you could try with Zend Framework's Zend_GData http://framework.zend.com/manual/en/zend.gdata.html? And here's an example: http://blog.charlvn.com/2008/11/google-contacts-api-with-zend-framework.html how to use it.