Live data from Hacker News

Tweet counter

newexception.com

1–7 of 7 posts

Re: Tweet counter

#2
Is this new or undocumented or something? It just looks like a nice feature of Twitter's API, but not specially noteworthy. Care to elaborate?

Re: Tweet counter

#4
post #2

Is this new or undocumented or something? It just looks like a nice feature of Twitter's API, but not specially noteworthy. Care to elaborate?

I'm assuming this is how those "This has been Tweeted x times" buttons work. Also, it is not on the Twitter API 1.1 documentation, so this is almost definitely undocumented.

Re: Tweet counter

#5
Sorry, we don't allow usage of that endpoint in any other contexts than the Tweet Button. If the counts are important to display on your site, you'll either need to use the official Tweet Button or count the tweets yourself using the Streaming API and provide your own counts.

https://dev.twitter.com/discussions/5653

Re: Tweet counter

#7
post #2

Is this new or undocumented or something? It just looks like a nice feature of Twitter's API, but not specially noteworthy. Care to elaborate?

this api is used from twitter for counter on tweet buttons. You can check from firebug console. They say that we should not use this api because the counter sometimes was not correct, which is lie. I think that they dont wanna use this api because of overloading...