Export contact list from Gmail, Hotmail, Yahoo, LinkedIn, Facebook [closed]

时光总嘲笑我的痴心妄想 提交于 2019-11-30 16:42:40

Please have a look at socialauth. This Java library will help you get the contacts from most of the networks.

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

If you are using php - you might wish to try out http://openinviter.com - its free and supports almost all major social networking sites and mail sites.

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.

Look at Octazen: http://octazen.com/. Their software handles all kinds of webmail systems and social networks.

To get (some) details out of Facebook, I've just found (and used!) the Greasemonkey-script/webservice from http://brad.livejournal.com/2398409.html to pull at least the names and some details from Facebook to Google contacts, from where it can be gotten at by other means, such as the Gmail contacts API

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!