There is not an API to stream a user’s list

There is no direct real-time access to Tweets posted in a list, but this is something you can do in two steps:

First, you can retrieve the list members using [node:10292].
Second, you can then pass the corresponding user IDs to the follow parameter of [node:10389] to gather Tweets in real-time.

With POST statuses/filter I got an issue when stream contains everything except Tweets created by the user specified in “follow” parameter.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.