I am using the Twitter Streaming API since I need to get all posts on the home timeline as well as lists and hashtags the user is following. However, this also returns mentions (which do not appear on the timeline) is there a way to exclude these from the streaming API?
Asked
Active
Viewed 560 times
1 Answers
0
It turns out that it is not yet possible to ignore @mentions in the Twitter Stream, so I just had to manually sort and remove @mentions after receiving the data.

xizor
- 1,554
- 2
- 16
- 35