作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Omniauth for Rails 3.2.3 应用程序。
我已经配置了 on_failure 回调,如下所示。
OmniAuth.config.on_failure = Proc.new do |env|
UsersController.action(:omniauth_failure).call(env)
end
这会处理错误“OmniAuth::Strategies::CallbackError”,但不会处理“OmniAuth::Strategies::Facebook::NoAuthorizationCodeError”。
如何处理这个错误?.Surly我不能使用rescue_from,因为错误发生在机架级别。
有什么想法吗?
谢谢
最佳答案
确保您的 Facebook 应用程序未在“沙盒模式”下运行
关于ruby-on-rails - 为什么 OmniAuth::Strategies::Facebook::NoAuthorizationCodeError 未在omniauth on_failure 回调中处理?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11120051/
我正在使用 Omniauth for Rails 3.2.3 应用程序。 我已经配置了 on_failure 回调,如下所示。 OmniAuth.config.on_failure = Proc.ne
我收到一个错误: OmniAuth::Strategies::Facebook::NoAuthorizationCodeError (must pass either a `code` parame
我是一名优秀的程序员,十分优秀!