0

I'm looking for library/API to retrieve contact list (emails address to which user had sent mail to, regardless whether user had explicitly added it as contact). Does anybody know such library/API available there?

4

6 回答 6

3

请看一下socialauth。这个 Java 库将帮助您从大多数网络中获取联系人。

http://code.google.com/p/socialauth

于 2010-12-24T12:52:05.843 回答
1

看: http: //openinviter.com/index.php

于 2009-03-12T16:55:11.437 回答
1

如果您使用 php - 您可能希望尝试http://openinviter.com - 它是免费的,并且支持几乎所有主要的社交网站和邮件站点。

于 2009-06-10T05:25:24.523 回答
0

I don't think that data would ever be held outside the email headers. What you want is some way to find all the unique addresses in the recipent field of all sent mail items.

For example in Google mail - you could use this project, the Gmail Agent API, to retrieve all the sent item headers. You would then just need to extract the relevant data from them.

I'm sure this technique is possible is for some of the other providers you mention. The Yahoo Api for example looks to provide everything you need to do this.

于 2009-03-12T06:41:36.413 回答
0

看看 Octazen:http ://octazen.com/ 。他们的软件处理各种网络邮件系统和社交网络。

于 2009-03-12T16:58:48.493 回答
0

为了从 Facebook 中获取(一些)详细信息,我刚刚从http://brad.livejournal.com/2398409.html找到(并使用了!)Greasemonkey-script/webservice以至少从中提取名称和一些详细信息Facebook 到 Google 联系人,可以通过其他方式获取,例如Gmail 联系人 API

于 2009-04-25T14:50:38.570 回答