我一直在关注使用facebook设置OmniAuth的this教程,但是当我尝试运行/ auth / facebook时,我收到如下错误:
NoMethodError in SessionsController#create
undefined method `[]' for nil:NilClass
我的代码与教程中的代码相同,除了
auth = request.env['rack.auth']
更改为
auth = request.env['omniauth.auth']
先谢谢了。
马特