contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contact APIs

Results 4 contacts issues
Sort by recently updated
recently updated
newest added

I need to get the contacts returned by yahoo, need to know how to access them and what is wl which you have mentioned.contacts = wl.contacts(path)

Hi When I tried to use Windows Live Consent Url, it gave me this error: yourserver.com is making an insecure request to access your information. Windows Live does not allow...

Yahoo has switched its autenticate method from BBauth to Oauth to acceed to a user contacts, so the current Contact::Yahoo class no longuer works.

Contacts::Google, Line 305: ``` out.puts "----\n#{response_body response}\n----" unless response.body.empty? ``` Attempt to call object method `response_body` from within a class method.