views:

26

answers:

0

Hi All,

Let say I have the user Snoop Dogg.

I would like to have all his public outgoing messages (updates, retweets..) and public incoming messages (replies) using the streaming API

I first thought that the following will do.

http://stream.twitter.com/1/statuses/filter.json?follow=3004231

But I just discovered that get only the incoming tweets and not the outgoing.

Is this correct? Any workaround this?

I decide to use the streaming API so I don't have to think about Rate Limiting

related questions