I am developing an application in C#, and when I make a call to the klout API like this:
http://api.klout.com/v2/identity.json/twitter?screenName=SteveMartinToGo
It always returns Not authorized
.
I got this from http://klout.com/s/developers/v2.
I even tried to use the API key, but that didn't work out, too:
http://api.klout.com/1/klout.[return_type]?key=[api_key]&users=john
.
Can anyone who has worked with the klout API before help me?