Query Google contacts in Ruby using Omniauth

I successfully authenticated with Google using Omniauth, and now I have the token and secret token in my authentication entry using: scope => "https://www.google.com/m8/feeds/".

I cannot figure out how to access the user's contact list using these credentials, rather than asking the user for a password.

Is there a gem for this? I tried gdata, but I'm still wondering which method to use to request a contact feed and how to provide token information. Has anyone dealt with this before and can help me?

+3
source share
1 answer

. OmniAuth, .

+1

All Articles