0

Possible Duplicate:
Taking contact list from hotmail gmail yahoo in java ?

How can i import contacts from yahoo,gmail and hotmail into my application, can anyone give a step-by-step description about this from the beginning ? As am new in this world of programming?

Community
  • 1
  • 1
Nikhil Dinesh
  • 3,359
  • 2
  • 38
  • 41
  • socialauth is a java library that allows importing contacts from Google, Yahoo or Hotmail. http://code.google.com/p/socialauth/ – Tarun Nagpal May 03 '11 at 14:14
  • ya...I found that socialauth java libraries but they are using structs (am using play framework) and I get confused with the implementation. – Nikhil Dinesh May 03 '11 at 14:32
  • I need the parameter to be passed with the Yahoo api(http://social.yahooapis.com/v1/user/%s/contacts?) and in what format(http://social.yahooapis.com/v1/user/%s/contacts?oauth_consumer_key=%s&oauth_token=%s&oauth_signature_method=HMAC-SHA1&oauth_timestamp=%s&oauth_nonce=%s&oauth_version=%s) like this – Nikhil Dinesh May 09 '11 at 07:42
  • Finally i used [socail auth](http://code.google.com/p/socialauth/) libraries and now am able to get the contact lists from gmail and yahoo thank you Tarun for your support. – Nikhil Dinesh Jun 01 '11 at 03:43

0 Answers0