I am successfully login with google credentials using omniauth? omniauth is providing uid as following link

https://www.google.com/accounts/o8/id?id=xxxxxxxxxx

by using the above link is possible to get gmail contacts or their any other way to get gmail contact

link|improve this question

43% accept rate
feedback

1 Answer

up vote 5 down vote accepted

No, Omniauth just provides authentication.

There is a gem that might be interesting for you: https://github.com/cardmagic/contacts

Quote: "Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail, Plaxo and Yahoo."

Edit: Take a look at this blog post too: http://rtdptech.com/2010/12/importing-gmail-contacts-list-to-rails-application/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.