Hello!
I’m using from:twitter query to get all posts of @twitter user. Unfortunately this request returns only 13 tweets (count parameter equals to 100) but user_timeline for this user returns response with 200 tweets.
What may be a problem?
Thanks.
PS: I just realized that it’s possible to reproduce this on Documentation Home | Docs | Twitter Developer Platform .
The second strange (but less important) thing is that response displays that it contains all 100 tweets (through “count”: 100 in search_metadata).
The Search API only returns results within the past 7 days, are the Tweets before the 13 results returned posted earlier than a week before?
Thanks for response!
I got it. Seems it returns results for past 9 days.