I’d like to collect the previous N tweets from a very large number of users (10s of thousands).
Using this method (i.e. /1.1/users/lookup) is there a way to get N previous tweets, or does it only return the most current tweet/status?
Ideally, I would like to set up a Stream, and receive ongoing status updates for many thousand users, but given the rate limits, that doesn’t seem possible…
I hope I’m mistaken!