Hi there,
I am not sure what you meant by your first question.
For the second one, you want to use the FilteredStream.
Linvi
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();