I try use omniauth-facebook, but when i add in my devise.rb:
config.omniauth :facebook, 'my app id', 'my app secret'
i get error OmniAuth::NoSessionError (You must provide a session to use OmniAuth.):
I haven't idea what i can do it.
I try use omniauth-facebook, but when i add in my devise.rb:
config.omniauth :facebook, 'my app id', 'my app secret'
i get error OmniAuth::NoSessionError (You must provide a session to use OmniAuth.):
I haven't idea what i can do it.