How can i get a list containing the latest (e.g. 200) tweets(along with the tweet info) on Twitter? I don't want to search for a specific user or keyword, nor to get the auth user tweets.
If the above scenario is possible, then how could i get the next 200 tweets?
In case it matters, I am using JavaScript and parsing returned JSON object to get the data i need.
Thank you