Hi,
I am using streaming API to get ALL tweets which has mention to “@UserA” (UserA is self, not some third person).
The number of tweets with mention to UserA is clearly < 1% of all tweets twitter receive. When I use Filter Stream, I notice that some of the tweets are not getting received by my steam processor. I am not exceeding the rate limit.
Not receiving some tweets, Is this expected? If so, I will have to fallback to REST APIs, I suppose.
If this is not expected? What could possible be wrong. Or is there a better way to to this, ( I do need streaming API)