Questions tagged [klout]

Klout is an influence tracking site that mines data social networking services.

Klout is a San Francisco based company that provides social media analytics to measure a user's influence across her or his social network. The analysis is done on data taken from sites such as Twitter and Facebook and measures the size of a person's network, the content created, and how other people interact with that content. The company has been subject to substantial criticism, both for its business model and its operating principle.

http://klout.com/home

28 questions
3
votes
1 answer

Apache Storm: Topology submission exception: [x] subscribes from non-existent stream

Sorry if the question is solved, but I tried to find it and I haven't had success. There are some similar, but I don't found help where I've seen. I have the next problem: 603 [main] WARN b.s.StormSubmitter - Topology submission exception: …
Krakenudo
  • 182
  • 1
  • 17
3
votes
1 answer

klout api always returns not authorized

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…
require_once
  • 1,995
  • 3
  • 21
  • 29
2
votes
1 answer

app.facebook.com/app_name/ - to redirect to a external url after clicking "go to app"

I know there is a way to redirect the page using javascript in the iframe of the canvas application to an external url.But is there any other way so that user directly gets redirected to the external url as soon as they authorizes the application. i…
1
vote
1 answer

Klout API returns 400 Bad Request

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]…
1
vote
0 answers

Any way to make a batch call on Klout Api

I am wondering if there is a way to make one call to get the Klout ID for several usernames, or do I have to make one call per username? Like: http://api.klout.com/v2/identity.json/twitter?screenNames=SteveMartinToGo,SteveMartinOther Also I am…
grahambo
  • 41
  • 3
1
vote
2 answers

Trying to get property of non-object - CodeIgniter Error

I am new to codeigniter and i am trying to integrate Klout API to codeigniter and i have this error saying Trying to get property of non-object Here I have places the API out side of the application folder My will be KloutAPIv2.class
doubleD
  • 534
  • 1
  • 8
  • 18
1
vote
1 answer

How to retrieve more than 5 influencers from the Klout (V2) API?

I'm trying to get all the influencers and influencees of a certain user from the Klout API. I'm using this call: user.json/{kloutId}/influence Influence returns two arrays: * myInfluencers - Who influences the user * myInfluencees - Whom the user…
askmike
  • 1,900
  • 4
  • 21
  • 27
0
votes
1 answer

What causes a 403 error with the Klout API?

I have an API key for Klout, and I wrote a service that performs 6 calls a day to track the performance of 6 social media accounts. This service suddenly stopped working last week. This is an overview of the logs on my account: I obfuscated my key,…
Bruno Lowagie
  • 75,994
  • 9
  • 109
  • 165
0
votes
1 answer

Zapier JS Action to Fetch Klout Scores

I'm trying to create a Java Script Code Action on Zapier to fetch Klout Scores for any given Twitter user name... I've realized that this needs to be done in 2 stages: 1) First get the Klout ID for any Twitter…
Elad Ratson
  • 706
  • 1
  • 7
  • 23
0
votes
2 answers

functions in functions nodejs

I want to get the klout score using a screen name (twitter). I did this. I know it doesn't work like that, but I don't know how it should work. function get_klout(screenName){ klout.getKloutIdentity(screenName, function(error, klout_user) { …
Aaron Aben Danan
  • 322
  • 1
  • 3
  • 14
0
votes
2 answers

Can't get klout score to show using ajax

I am trying to display a klout score on a web page this is my code