Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Created Unassigned: Stream. filtered tweets MatchedTweetReceivedEventArgs.MatchingTracks empty for @mention [2604]

$
0
0
I setup a filteredstream


```
fs = Tweetinvi.Stream.CreateFilteredStream();

fs.AddTrack("@myusername");
fs.MatchingTweetReceived += fs_MatchingTweetReceived;
fs.StartStreamMatchingAnyCondition();
```

but when trying to get the matching track, it is empty (I am triggering the tweet manually so I know the tweet track is @mention


```
var matched = e.MatchingTracks.ToList();
//matched.count == 0
'''

Viewing all articles
Browse latest Browse all 4126

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>