I use omniauth for login to socialnetworks. I am able to create an app in facebook and I can put my id and secret in the configuration file. But I am not able to do the same thing in google because I am not able to register the url http://localhost:3000. I came to knew that google has some way to avoid the registration process using some certificate but I can't figure out how to do that. If anyone done that then please help me.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There's a newer omniauth plugin that uses OAuth 2.0 for login that you might want to try. Documentation is light, but there is a sample app in there and it's pretty easy to configure. Registering the client is also pretty easy through the APIs console and is localhost friendly :) |
|||
|
|