Change Twitter tag filter keywords without reopening the stream

Can I change the filter keywords in a Twitter stream when I open it?

I want to follow the second paragraph of the http://dev.twitter.com/pages/streaming_api checklist before starting, “Create a minimum number of connections”, and avoid closing and reopening the stream every time the keywords that I want to track change .

+5
source share
2 answers

you cannot change the filter predicate without reconnecting, but on the streaming-api concepts page there are instructions on how to change predicates and make the user as smooth as possible

+6
source

The official documentation says that you cannot update filter predicates; http://dev.twitter.com/pages/streaming_api_concepts#updating-filter-predicates

+1
source

All Articles