I recently inherited Klout4j, an open-source Java API for accessing Klout. I'm fleshing out the functionality, and it seem that call to Get Influencer Of is not returning data. For example, interacting with the API at http://developer.klout.com/io-docs renders this call:
Hi,
I recently inherited Klout4j, an open-source Java API for accessing Klout. I'm fleshing out the functionality, and it seem that call to Get Influencer Of is not returning data. For example, interacting with the API at http://developer.klout.com/io-docs renders this call:
http://api.klout.com/1/soi/influenced_of.xml?users=6builder&key=vv6ewfw7hy4nvb6mapedchw6
which returns this header, with an empty body:
{ "Content-Type": "text/html", "Date": "Mon, 13 Feb 2012 23:19:47 GMT", "Server": "Apache/2.2.16 (Ubuntu)", "Vary": "Accept-Encoding", "X-Mashery-Responder": "prod-javaproxy-worker-us-west-1c-15.mashery.com", "X-Powered-By": "PHP/5.3.3-1ubuntu9.5", "Content-Length": "0", "Connection": "keep-alive" }
Are you guys still supporting this method?
Message edited by George Ludwig 3 months ago
Tags
KloutAPITeam – 3 months ago
It appears there was a typo in the method name when were switched over to a new version of IO Docs. That is corrected now.