Klout is an influence tracking site that mines data social networking services.
0
votes
1answer
55 views
Spring and Klout Api
While I can use Spring Social framework to get info referred to an user from his account on Twitter or Facebook, is there a way to get info using Klout v2 api?
Actually, it seems an http get request ...
0
votes
2answers
67 views
Klout style pie chart
I am looking for Klout style pie/donut jquery based charts, the new ones that display the leading score in the middle. Can anyone point me to such a chart which I might be able to use on a website ...
1
vote
2answers
137 views
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 ...
0
votes
1answer
137 views
Is it klout api uncompleted yet? Having issus get data through it
Hi I wanna use klout api to get user's score of facebook or twitter. But I could not make a app like what I did when I am using facebook or twitter api. I have two keys: one is oauth key and one is ...
-1
votes
1answer
71 views
Influencers and Influencees in Klout [closed]
If Klout says that I am influencing 10 people on Twitter, I see that they are arranged in decreasing order of a numerical score. Is this score attached to each of the person the Klout score of that ...
-1
votes
1answer
174 views
Klout API not working
i try to follow this: tutorial --use klout api to calculate my follower's klout score.(at the bottom of the link page )here is the instruction:
First, hop into Terminal and run this line:
1. gem ...
1
vote
1answer
139 views
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 ...
2
votes
1answer
278 views
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 ...
1
vote
1answer
71 views
Understanding the clout score issue
in my twitter profile which is kushalshah02 there are more than 50000 tweets and 15k followers and i am also following more than 15k people.
I have integrated this profile with my klout then also my ...
0
votes
1answer
415 views
Is it possible to get Facebook user's Twitter username via Graph API? Needed for Klout score
In order to find out Facebook user's friends Klout score using their Facebook id (e-mail) & granted permissions their Twitter username is needed.
Facebook users are allowed to link their Twitter ...
1
vote
1answer
1k views
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 ...