Rails - Importing GMAIL Contacts & then Syncing with GMAIL, Updating Inserting
does anyone know of a good gem for 开发者_StackOverflowusing the Google Contacts API? Where you can sync, update, add records to a user's google contacts account? I've search and can't tell which is the winner.
Thanks
The updated gmail contacts gem for Ruby 1.9.3 and Rails 3 can be found here:
https://github.com/febuiles/gmail-contacts/
If you just want to import contacts from gMail you could use
https://github.com/cardmagic/contacts
精彩评论