If I’m using Site Streams, I can add up to 1000 users per stream. If I want to remove a user I can do that using remove_user but… don’t I need to know which of my multiple streams/connections that user has previously been added to?
I’m wondering how people handle this in their code - do you have to keep track of which stream each user_id has been added to, so that if you need to remove one you know which stream to call remove_user on? Or have I misunderstood how this works?
(In case it helps, I’m using the Tweetstream Ruby gem.)