I want to get all the tweets of a user using twitter API 1.1 and this end point:
https://api.twitter.com/1.1/statuses/user_timeline.json
The documents of twitter API https://dev.twitter.com/rest/reference/get/statuses/user_timeline says there's a limit which is 3200 (the parameter count). If that's the case, how do I retrieve all(!) of the tweets of a user, not only 3200?