[twitter-dev] What would you recommend?

2010-03-25 Thread metawops
Hi, if I want to write an application that counts how many tweets are being made with my (officially with its own source parameter registered) Twitter client -- what API technique should I use? - the search API? - the streaming API? - the normal REST API? Streaming API currently only offers 5 or

Re: [twitter-dev] What would you recommend?

2010-03-25 Thread John Kalucki
Streaming API, /1/statuses/sample.json. http://groups.google.com/group/twitter-development-talk/browse_frm/thread/735eb1d3ac718cbe/fbf0b331255868b6?lnk=gstq=confidence+interval#fbf0b331255868b6 -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Thu, Mar 25, 2010 at 12:37 PM, metawops

Re: [twitter-dev] What would you recommend?

2010-03-25 Thread M. Edward (Ed) Borasky
On 03/25/2010 12:37 PM, metawops wrote: Hi, if I want to write an application that counts how many tweets are being made with my (officially with its own source parameter registered) Twitter client -- what API technique should I use? - the search API? - the streaming API? - the normal REST

Re: [twitter-dev] What would you recommend?

2010-03-25 Thread Michael Steuer
Why can¹t your application itself track this information? If it¹s a web app, it should be trivial... If it¹s any other kind of app ­ if it can connect to Twitter, it should also be able to connect to your web service and periodically check in... That way you¹ll have accurate info up to the last