Is there a way to get tweets that are not mentioned directly from the Twitter API? those. status updates only. I want it:
Stackoverflow Rules
This is also normal:
It's cold today @randomUser
But not this:
@randomUser I agree
I reviewed both the REST and Streaming APIs and cannot find a way to filter this way.
Client-side filtering is an option, but it is dirty.
Help:
Twitter API docs: http://dev.twitter.com/doc/get/statuses/user_timeline
source
share