Bump facebook API version
This commit is contained in:
parent
a99450f558
commit
8e3af42fe1
1 changed files with 1 additions and 1 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue