diff --git a/lib/klout/identity.rb b/lib/klout/identity.rb index 504c187..0247ef9 100644 --- a/lib/klout/identity.rb +++ b/lib/klout/identity.rb @@ -27,7 +27,8 @@ def find_by_facebook_id(third_party_id) def find_by_google_plus_id(google_plus_id) response = Klout.get "/identity.json/gp/#{google_plus_id}", :query => {key: Klout.api_key} + Hashie::Mash.new(response) end end end -end \ No newline at end of file +end