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

New Post: searchasync example to replace non async search + foreach

$
0
0
Hi there,

I am not sure what you meant by your first question.
For the second one, you want to use the FilteredStream.
var filteredStream = Stream.CreateFilteredStream();
filteredStream.AddTrack("ladygaga");
filteredStream.MatchingTweetReceived += (sender, args) => 
{ 
    // Tweet Received! 
};
filteredStream.StartStreamMatchingAllConditions();
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



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