Open
Description
Describe the bug
I'm trying to pull the timeline for @forbes from 2022-04-19 to 2022-05-19. The url I'm sending the requests to is as follows:
The returned response is as follows:
{ "meta": { "result_count": 0 } }
However, there are some tweets in that period, including this one: https://twitter.com/Forbes/status/1518671125563199492
When I change the user ID (For example to "CNN"), it works just fine.
To Reproduce
Go to Twitters Public Workspace on Postman, set your bearer token, and send the following request:
Additional context
I tried different methods (python code on my laptop, postman, python code on google colab). I tried two different bearer auth tokens. Still getting the same empty response.