If you're interested in the past, the Streaming API isn't the right tool for the job. Any Streaming API connection should be long-lived (not based on an ad-hoc query) and primarily concerned with the real-time statuses and events being streamed. The count parameter works for rewinding certain kinds of streams, but is not meant as a tool to be used to fetch "something like the 100 last tweets given a search term" -- the Search API is the appropriate tool for that particular job.
@episod <http://twitter.com/episod> - Taylor Singletary On Tue, Apr 26, 2011 at 11:57 AM, Leonardo Pessoa < [email protected]> wrote: > Hi there, > > I've started a few days ago to implement a tool using Twitter Stream > API and Python/Django. What I need is to get something like the 100 > last tweets given a search term. > > But when I do a post to http://stream.twitter.com/1/statuses/filter.json > with count=100 and track='galo' (i.e.), I get the following message in > return: > > 'Parameter count not allowed in role statusDefaultFiltered\n' > > Where am I missing? > > Thank you very much. > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
