Updating and Editing Google Contacts - Ruby Gem

Posted by Kyle on Stack Overflow See other posts from Stack Overflow or by Kyle
Published on 2010-05-26T20:35:13Z Indexed on 2010/06/06 9:22 UTC
Read the original article Hit count: 286

I'm attempting to interact with the Google contacts API through Rails via and oauth-plugin. I need to retrieve and update Google contacts. I know that the portablecontacts gem will retrieve contacts, but does not allow for adding or updating. I was wondering if anyone knew of a gem that will handle this type of interaction. If not what would be the best method to implement a gem that would make it easier to handle the responses.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems