1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

Merge pull request #58 from JHeidinga/master

Add support of the :auth_type option to :authorize_options
This commit is contained in:
Mark Dodwell 2012-06-19 21:40:30 -07:00
commit 6226344001

View file

@ -24,7 +24,7 @@ module OmniAuth
:param_name => 'access_token'
}
option :authorize_options, [:scope, :display]
option :authorize_options, [:scope, :display, :auth_type]
uid { raw_info['id'] }