RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ken-guru
Site: http://paulsennet.no
It could be worth mentioning that if you are using the 1.4.1 version of omniauth-facebook gem, you could be running into this error:
OmniAuth::Strategies::OAuth2::CallbackError
By instead using the 1.4.0 version this problem was resolved, at least for me.
The issue causinh this problem is the one reported here
This does not prevent the error message in the JavaScript console, though.
It could be worth mentioning that if you are using the 1.4.1 version of omniauth-facebook gem, you could be running into this error:
OmniAuth::Strategies::OAuth2::CallbackError
By instead using the 1.4.0 version this problem was resolved, at least for me.
The issue causinh this problem is the one reported here
This does not prevent the error message in the JavaScript console, though.