Hi,
This is in fact half an issue but I will work on this. The reason is that the IncludeRTS parameter is set to false by default.
And as described in the documentation, it will remove the retweets but keep counting them as if they were in the result.
It basically means that you are currently receiving 121 concrete tweets and 79 retweets are ignored. The retweets are not sent by Twitter because the parameter is set to false. Twitter says that it returned 200 tweets even if the 79 retweets were ignored.
In order to have the correct number of tweets (and the result set will contain retweets just set the parameter).
I hope what I am trying to explain make any sense.
For the next release I will set the parameter as true by default because most people will get confused otherwise.
I will also try to think of a way to overcome this crazy (another one) "by design" feature of Twitter.
Associated Work Item
Linvi
This is in fact half an issue but I will work on this. The reason is that the IncludeRTS parameter is set to false by default.
And as described in the documentation, it will remove the retweets but keep counting them as if they were in the result.
It basically means that you are currently receiving 121 concrete tweets and 79 retweets are ignored. The retweets are not sent by Twitter because the parameter is set to false. Twitter says that it returned 200 tweets even if the 79 retweets were ignored.
In order to have the correct number of tweets (and the result set will contain retweets just set the parameter).
timelineParameter.IncludeRTS = true;
For the next release I will set the parameter as true by default because most people will get confused otherwise.
I will also try to think of a way to overcome this crazy (another one) "by design" feature of Twitter.
Associated Work Item
Linvi