You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: