Hi All,
I want to import contact list from Yahoo and MSN by giving user name and password in Java. I can do this with Gmail easily. Can anybody give me code sample in Java for this? Any type of help we be appreciated. Thanks
Hi All,
I want to import contact list from Yahoo and MSN by giving user name and password in Java. I can do this with Gmail easily. Can anybody give me code sample in Java for this? Any type of help we be appreciated. Thanks
From the YAHOO Contacts API page here it does not appear they have a Java API straight away. However, if you are interested you could possibly write some simple http/network code around the GETs/POSTs to get these information. Here are the relevant URLs.
Check out http://www.cloudsponge.com. Includes libraries for JavaScript, PHP, and Ruby to import contacts from Yahoo, Gmail, Windows Live (MSN & Hotmail), plus AOL, Plaxo, Microsoft Outlook, and Apple Address Book.
You could this link to save your time: http://lamdaica.com/demo/seeDemo.aspx?id=3&lang=1
Hi Priya,
Could u please explain how u did this.
Its very urgent.
Thanks in advance.
Hi Priya, i get gmail contacts list but first i need to forward gmail login page.i want user gmail login in my website through get his/her contacts list display in my page.so if u get gmail contacts list without forward gmail login account then please help me.
socialauth is a java library that allows importing contacts from Google, Yahoo or Hotmail. http://code.google.com/p/socialauth/
please feel free to contact if you face any issues in using the library
Hi Anybody who have implemented socialAuth Library. Kindly answer this following question http://stackoverflow.com/questions/4042837/socialauth-implementation.