Saums
Saums

Reputation: 175

adding contacts to my gmail account using google contacts api through my rails app

I want to use google contacts api to add contacts into my gmail account throgh my rails app. Is it possible to do so??

Upvotes: 5

Views: 465

Answers (1)

smathy
smathy

Reputation: 27971

Yes, see the gdata gem: http://rubygems.org/gems/gdata

Upvotes: 1

Related Questions