I am testing the Klout API and in returns 400 status with some valid Twitter users. For example:
http://api.klout.com/v2/user.json/622834/score?key=MYKEY
The JSON response is:
{
{
validationErrors: {
kloutId: "value [622834] fails with 'invalid KloutId [622834]'"
}
}
This is twitter user 14902334 BodyofBreen, he's a valid user. We had this Klout ID from one of the previous API calls. Klout API docs say that Klout IDs never change. Anyway, I tried to get a Klout ID for this user this way:
http://api.klout.com/v2/identity.json/twitter?screenName=BodyOfBreen&key=MYKEY
http://api.klout.com/v2/identity.json/tw/14902334?key=MYKEY
But they both return 404 status. Is there anything I'm doing wrong?