ruby on rails 3 - Facebook应用程序设置:站点URL没有尾斜杠



是否有可能在Facebook应用程序中将站点URL设置为值而不带尾斜杠?Facebook似乎正在尽其所能确保网站URL有一个尾斜杠。

我问,因为我在Rails 3应用程序中使用OmniAuth总是从redirect_uri参数中剥离尾随斜杠。因此,给我一个"无效的redirect_uri:给定的URL是不允许的应用程序配置。"错误。

我通过在app/initializers/omniauth.rb

中提供以下代码来处理这个问题
OmniAuth.config.full_host = "http://myhost.com" # <- without trailing slash here 

根据您的生产设置,您的里程可能会有所不同

相关内容

  • 没有找到相关文章

最新更新