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