views:

36

answers:

1

I'm using Twitterizer in my application. I want to get counts of all specific tweets. The problem is that I can search only 1 week old tweets only.

A: 

Try the API of Topsy, called Otter API, they have their own database of all tweets.

http://code.google.com/p/otterapi/wiki/Resources#/searchcount

More info http://labs.topsy.com/widgets/otter-api/

corbacho