Hi,
Would you please test that you have some duplicated tweet after receiving them from Tweetinvi.
Regards,
Linvi
Would you please test that you have some duplicated tweet after receiving them from Tweetinvi.
IEnumerable<ITweet> tweets = await TimelineAsync.GetHomeTimeline(parameters); var toVerify = tweets.GroupBy(x => x.Id); var duplicatesExist = toVerify.Count() == tweets.Count();
Linvi