This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes how to Import address book contacts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to Import address book contacts" Watch "how to Import address book contacts" New topic
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
        
        7
    Those sites probably use the APIs mentioned by Carey.


    Android appsImageJ pluginsJava 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
        
        7
    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.
     
    I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
     
    subject: how to Import address book contacts
     
    Similar Threads
    how put "yahoo address book" in "Email portlet"?
    Address Book
    Reading AddressBook Using MIDP2.0
    AddressBook
    Reading AddressBook from OutlookExpress