mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Update Facebook's authorize URL.
This commit is contained in:
parent
9ae9f282b9
commit
b56e36677a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ module OmniAuth
|
|||
|
||||
option :client_options, {
|
||||
:site => 'https://graph.facebook.com',
|
||||
:authorize_url => "https://www.facebook.com/dialog/oauth",
|
||||
:token_url => '/oauth/access_token'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue