1
0
Fork 0
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:
Richard Lee 2013-02-06 14:29:27 +08:00
parent 9ae9f282b9
commit b56e36677a

View file

@ -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'
}