views:

67

answers:

2

Hi I am new to java web. I want to import my contacts from gmail. I donot know how to do it. How to import contacts from gmail.

Thanks Sunil Kumar Sahoo

+2  A: 

use the API as given here http://code.google.com/apis/contacts/docs/2.0/developers_guide_java.html#Retrieving

JoseK
Note that at the top of the page it says that this is an old version, you should use this instead: http://code.google.com/apis/contacts/docs/3.0/developers_guide_java.html
Jesper
+1  A: 

socialauth is a java library that allows importing contacts from Google, Yahoo or Hotmail.

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

Tarun Nagpal