Author
how to Import address book contacts
Aravind Raaman
Greenhorn
Joined: Dec 11, 2008
Posts: 4
Hi, I have a web application from where i need to import address book contact of yahoo,google, hotmail. how can I do that? Any suggestion? Please reple.
Carey Evans
Ranch Hand
Joined: May 27, 2008
Posts: 225
I don't think there's a single way to do it, but most of the services have their own APIs, and some of them provide Java libraries. See:Google Contacts Data API Yahoo! Address Book API Yahoo! Contacts API Windows Live Contacts API
Aravind Raaman
Greenhorn
Joined: Dec 11, 2008
Posts: 4
Hi, I came across this website, plaxo.com and linkedln.com in which people can import addressbook. any suggestions?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35238
posted Dec 11, 2008 03:10:00
0
Those sites probably use the APIs mentioned by Carey.
Android apps – ImageJ plugins – Java web charts
Aravind Raaman
Greenhorn
Joined: Dec 11, 2008
Posts: 4
how can I use those API's?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35238
posted Dec 11, 2008 03:32:00
0
At the risk of sounding trivial: by reading the documentation and implementing what it says. Or am I misunderstanding your question?
Aravind Raaman
Greenhorn
Joined: Dec 11, 2008
Posts: 4
i am trying to use plaxo widget, i am having some difficulties. anyways let me try and will come back to you people. Thanks
Ove Lindström
Ranch Hand
Joined: Mar 10, 2008
Posts: 326
Just for fun... Created a webapp and tried the mentioned APIs. This is how long it took me to do view my contacts. Google Contacts: 29 minutes (included download). Windows Live: 44 minutes (had problem with proxy) Yahoo: 41 minutes (errata in documentation). No, it is not hard at all.
subject: how to Import address book contacts