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
