I don't know about a "karma" score, but Twitalyzer does have an API
and so does Klout. For that matter, Viralheat has an API and they can
get both Twitalyzer and Klout scores.
That said, I don't know that there's ever really going to be a "one
size fits all" Twitter user metric. But there a
Rating/scoring users is something I'm working on as well and I agree.
I've found sorting out bots and pure spammers to be very difficult.
Some folks tweet so much they resemble bots/spam.
Feels like a pipe dream but if they can I'd love a karma scoring
system directly from the API.
On Oct 16,
What are the plans to implement the automatically t.co url shortening
feature via tweets that are sent in via the API?
I am getting ready to add this ability to my application, but if
Twitter is going to make it an automatic feature then I can save
myself the trouble if they will have it implement
Hey guys,
Thank you so much for your prompt response!
The URL that I provided came from Twitter+OAUTH sdk that I'm using on
my iPhone App. I was assuming that this library was going to create
the correct URL for me... but it seems that it is generating something
else or could it be that that my l
In addition make sure you add the parameter include_rts=1 to the request.
The include_rts flag instructs the API to include retweets in the response.
Looking at the timeline you requested it looks as if the last 20 Tweets by that
user are retweets - which, by default, are not included in the tim
I’m looking to implement this feature on my site as I can really see
the value in it. But as you have pointed out I can also see the danger
in it. If spammers knew who had follow-back turned on they would seek
out these users and follow them, knowing they would get followed back.
They could then po
It should be pointed out that those aren't valid API URLs..
You want to execute these requests against API.twitter.com/1/resource...
The best way to construct your URL would be like this: (it reduces
ambiguity)
https://api.twitter.com/1/statuses/user_timeline.json?screen_name=justinbieber&count=
I'm trying to access justinbieber timeline but its returning "[]"...
I'm using this URL:
https://twitter.com/statuses/user_timeline/justinbieber.json?count=20
If I try the timeline for other users it works fine. for example:
https://twitter.com/statuses/user_timeline/cnn.json?count=20
Any idea wh
I really like the option of reporting spam via the api. I’ve been
blocking spam on my site for a long time but this gives me an option
to report it now, and hopefully get these account suspended quicker so
that they don’t come back.
It would be really great if we could have a proactive api functio
When creating a free website what is the user name and password you
need to use when it asks for it in the twitter widget?
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.g
My game application also deletes tweets within 1-2 minutes of
creation, and all still appear in the timeline after a refresh.
The only exception is that if I create then immediately delete the
tweet, it does not appear.
On Oct 13, 3:38 am, CWorster wrote:
> Thanks a lot for your replies.and conf
The syntax of that header is wrong.
Please look at http://dev.twitter.com/pages/auth for the correct syntax.
Tom
On 10/16/10 9:23 AM, Georgooty varghese wrote:
>
> * Now I set to Http header value
> Header name = "Authorization"
> value =
> http://api.twitter.com/1/statuses/home_timeline.jso
Update: the ticket is closed and @TweepsAround seems to be working
fine again.
Details: http://code.google.com/p/twitter-api/issues/detail?id=1930
Quote:
Comment 3 by project member tokofu, Today (13 hours ago)
We've deployed some changes which should have fixed this issue so i'm
closing the ti
* Now I set to Http header value
Header name = "Authorization"
value =
http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key=
*&oauth_nonce=QyRr
PmridwwSG6oEsr4EI&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1287212752&oauth_token=***&oauth_version=1.0&oauth_signatu
Any body please help me?
On Fri, Oct 15, 2010 at 11:00 AM, Georgooty varghese wrote:
> * Now I have removed oauth parameters in query string and added it to HTTP
> header.
> * Removed ~ char from auth nonce (reserved chars)
>
>
> Now i got another exception "Could not authenticate you"
>
>
>
> Co
15 matches
Mail list logo