Switch to use v4.0 of the Facebook API for authentication
This commit is contained in:
parent
3938f1008e
commit
d96a5c9c87
1 changed files with 1 additions and 1 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue