]> git.openstreetmap.org Git - rails.git/commitdiff
Switch to use v4.0 of the Facebook API for authentication
authorTom Hughes <tom@compton.nu>
Tue, 8 Oct 2019 17:36:27 +0000 (18:36 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 8 Oct 2019 17:36:27 +0000 (18:36 +0100)
config/initializers/omniauth.rb

index dc5b28e66f55ef1b58cf3470c61e03e10d041add..a61fe960ccafb8dd24fcb25b84796ad82e261348 100644 (file)
@@ -21,7 +21,7 @@ end
 
 openid_options = { :name => "openid", :store => openid_store }
 google_options = { :name => "google", :scope => "email", :access_type => "online" }
-facebook_options = { :name => "facebook", :scope => "email" }
+facebook_options = { :name => "facebook", :scope => "email", :client_options => { :site => "https://graph.facebook.com/v4.0", :authorize_url => "https://www.facebook.com/v4.0/dialog/oauth" } }
 windowslive_options = { :name => "windowslive", :scope => "wl.signin,wl.emails" }
 github_options = { :name => "github", :scope => "user:email" }
 wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://meta.wikimedia.org" } }