Hi,
You will need to get the tweets of this user from the UserTimeline and filter this yourself.
Linvi
You will need to get the tweets of this user from the UserTimeline and filter this yourself.
var userTweets = Timeline.GetUserTimeline("tweetinviapi"); var matchingTweets = userTweets.Where(x => x.Text.Contains("#myTag"));