This is the error that I see when I try to log in via facebook, I always see this error. It seems he cannot get rid of him:
Failed to authorize you from Facebook because "Csrf detected."
I missed:
skip_before_filter :verify_authenticity_token
in the Omniauth callback, but still I get the error. This happens in both local and prod (heroku) environments. I set the heroku environment variables. Any idea?
source
share