Using user_timeline endpoint i can fetch only most 3200 Tweets…!
Using statuses/lookup.json endpoint i can retrieve the tweets for tweet ids i supplied…
If i can maintain the old Tweet ids, i can fetch those old Tweets using statuses/lookup.json endpoint
Is this the best way to fetch the tweets more than 3200?
It has any problems?Tell me if it has any issues
Can i go for it?
If this is one of the way why this way is not mentioned in documentation page?