omniauth-socialstream 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module OmniAuth
|
|
27
27
|
|
28
28
|
def raw_info
|
29
29
|
access_token.options[:mode] = :query
|
30
|
-
@raw_info ||= access_token.get('
|
30
|
+
@raw_info ||= access_token.get('user.json', params: { access_token: access_token.token }).parsed
|
31
31
|
end
|
32
32
|
end
|
33
33
|
end
|