Rails3 和 Omniauth-google
我刚刚开始使用 Omniauth 登录 Twitter 和 Facebook,一切都很好。然后我开始使用 Omniauth-google,但找不到我在哪里注册以获取 CONSUMER_KEY 和 CONSUMER_SECRET。
我在哪里可以通过 google 注册 OAuth 1.0 访问权限?
I've just got into using Omniauth for logging in with Twitter and Facebook and that's all working great. Then I started to work with Omniauth-google and couldn't find out where I signup to get my CONSUMER_KEY and CONSUMER_SECRET.
Where do I sign up for OAuth 1.0 access through google?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌非常擅长寻找有关谷歌的东西。以下是您要查找的内容:
http://code.google.com/apis /accounts/docs/OAuth.html
http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html
Google is pretty good at finding stuff about, well, Google. Here's what you're looking for:
http://code.google.com/apis/accounts/docs/OAuth.html
http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html