当我使用omniauth时,我得到了这个错误,设计了rails 3.1.3.我已经安装了omniauth gem& omniauth脸书.
将routes.rb配置为匹配’/ auth /:provider / callback’,以:’authentications #create’asper the guide https://github.com/intridea/omniauth
每当我浏览网址http://localhost:3003/auth/facebook/时,我发现路由错误
**No route matches [GET] "/auth/facebook"**
请帮忙.我在stackoverflow中有相关的帖子,似乎都没有工作