The same experience, I could not turn it off. What ended up working for me
I have a link on my site that launches the login process:
https://www.example.com/users/auth/facebook
After that, my rails application is redirected to
https://www.facebook.com/v2.6/dialog/oauth?client_id=1234&redirect_uri=https%3A%2F%2Fwww.example.com%2Fusers%2Fauth%2Ffacebook%2Fcallback&response_type=code&scope=email&state=123456
Facebook is responding
https:
URI, , " https://www.example.com/users/auth/facebook/callback ", .
FWIW, http https, config/initializers/devise.rb,
config.omniauth :facebook, '1234', '34567', :scope => 'email', :callback_url => 'https://www.example.com/users/auth/facebook/callback'
http: URL- , - URI .