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 https://dev.twitter.com/rest/tools/console .
The second strange (but less important) thing is that response displays that it contains all 100 tweets (through “count”: 100 in search_metadata).