This commit is contained in:
Chris Peterson 2011-08-11 18:55:41 -07:00
Родитель c703ff34e3
Коммит 073c818e6e
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -45,10 +45,10 @@ module OmniAuth
super
end
def callback_phase
options[:grant_type] ||= 'authorization_code'
super
end
#def callback_phase
# options[:grant_type] ||= 'authorization_code'
# super
#end
def user_data
@data ||= MultiJson.decode(@access_token.get('/me'))