Fixed foursquare strategy to use correct apiv2 url
This commit is contained in:
Родитель
78f106b51a
Коммит
e1ce3fd039
|
@ -34,7 +34,7 @@ module OmniAuth
|
|||
end
|
||||
|
||||
def user_data
|
||||
@data ||= MultiJson.decode(@access_token.get('https://foursquare.com/users/self', {'oauth_token' => @access_token.token}))
|
||||
@data ||= MultiJson.decode(@access_token.get('https://api.foursquare.com/v2/users/self', { :params => { 'oauth_token' => @access_token.token } }).body)
|
||||
end
|
||||
|
||||
def request_phase
|
||||
|
|
Загрузка…
Ссылка в новой задаче