Hotmail、Gmail 和 Yahoo 的 PHP API?

本教程将介绍Hotmail、Gmail 和 Yahoo 的 PHP API?的处理方法,这篇教程是从别的地方看到的,然后加了一些国外程序员的疑问与解答,希望能对你有所帮助,好了,下面开始学习吧。

Hotmail、Gmail 和 Yahoo 的 PHP API? 教程 第1张

问题描述

I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an API capable of speaking to Hotmail, Yahoo and GMAIL in order to retrieve contact lists (with the user's consent, of course). The one I'm having the most trouble finding is a Hotmail API.

Where would I start to look as far as finding either a working, stable API or the steps I could take to developing one for hotmail? Is there one that covers all of these bases that I could implement? Any help would be greatly appreciated!

Thanks!

EDIT:
I did manage to get a few services up, however, I've been using Open Inviter for at least one client project, and it seems to perform well.

解决方案

Some pointers:

    Gmail: Google Contacts Data API

    Yahoo:

      Address Book API (deprecated)

      Contacts API

    Hotmail: Windows Live Contacts API

Most of the scripts, etc. I found didn't really work. There's a commercial one which uses scraping to retrieve the contacts but I think those attempts are rather flawed. The above links should give you an example of how to access the address books on each service.

好了关于Hotmail、Gmail 和 Yahoo 的 PHP API?的教程就到这里就结束了,希望趣模板源码网找到的这篇技术文章能帮助到大家,更多技术教程可以在站内搜索。