omniauth-thingiverse 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module OmniAuth
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def raw_info
|
38
|
-
@raw_info ||= MultiJson.decode(access_token.get("/users/me?access_token=#{@access_token.token}").body)
|
38
|
+
@raw_info ||= MultiJson.decode(access_token.get("https://api.thingiverse.com/users/me?access_token=#{@access_token.token}").body)
|
39
39
|
@raw_info
|
40
40
|
rescue ::Errno::ETIMEDOUT
|
41
41
|
raise ::Timeout::Error
|