Hello,
I use search api (Tweetinvi 5.0.3) with a trending hashtag, it returns 15 or 13 etc. tweet everytime. I want to use max objects so I declare Pagesize :
SearchTweetsParameters searchTweetParameters = new SearchTweetsParameters(searchQuery)
{
SearchType = SearchResultType.Popular,
PageSize=100
};
var all =await _userClient.Search.SearchTweetsAsync(searchTweetParameters);
I still get 15 tweets although PageSize is 100. Can someone help please? I think there might be bug.
Hello, I use search api (Tweetinvi 5.0.3) with a trending hashtag, it returns 15 or 13 etc. tweet everytime. I want to use max objects so I declare Pagesize :
I still get 15 tweets although PageSize is 100. Can someone help please? I think there might be bug.