linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 220 forks source link

Unable to search for tweets older than 7 days #1182

Open lukaszmn opened 2 years ago

lukaszmn commented 2 years ago

As can be found, GetSearchTweetsV2Query uses /2/tweets/search/recent API, which according to the docs includes only past 7 days. There is available API /2/tweets/search/all, but it is not used anywhere in the source code.

My suggestion: add a property to ISearchTweetsV2Parameters whether to run "recent" or "all" search.