Closed randyyu13 closed 8 months ago
All cursored resources (like timeline, search, likes, retweets, followers, followings, etc) have a quirk, where if you fetch the first batch (without using a cursor), the default count of 20 items are fetched and the count is ignored. It's just how Twitter client's API works. For successive batches however, the cursor is taken into account.
TL;DR: Count parameter doesn't work for the first batch of tweets, but works for successive batches.
Another thing to add, if you are using it without logging in, count won't work even with a cursor and you'll just get the most popular tweets and not the recent ones (this too is a limitation).
Got it
Issue is what title says ^