From: Andy Allan Date: Thu, 31 Aug 2023 09:02:18 +0000 (+0100) Subject: Merge pull request #4211 from tomhughes/changeset-comment-cleanup X-Git-Tag: live~1120 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/cdfd617eba9d5f9291f746f2e904385521ad2b37?hp=75bde83a138226179059551e386561640adc285d Merge pull request #4211 from tomhughes/changeset-comment-cleanup Address review comments for changeset comment limiting --- diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb index 3964a6729..bce82b3c9 100644 --- a/config/initializers/omniauth.rb +++ b/config/initializers/omniauth.rb @@ -23,7 +23,7 @@ end openid_options = { :name => "openid", :store => openid_store } google_options = { :name => "google", :scope => "email", :access_type => "online" } -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" } } +facebook_options = { :name => "facebook", :scope => "email", :client_options => { :site => "https://graph.facebook.com/v17.0", :authorize_url => "https://www.facebook.com/v17.0/dialog/oauth" } } microsoft_options = { :name => "microsoft", :scope => "openid User.Read" } github_options = { :name => "github", :scope => "user:email" } wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://meta.wikimedia.org" } }