Possible Duplicate:
Find ALL tweets from a user (not just the first 3,200)
Im working on an app the requires access to ALL of a users statuses. Problem is, twitter only allows for 3200 of the most recent statuses to get retrieved.
I know that many other web services are able to get ALL of your tweets, how can I get around this issue?
https://dev.twitter.com/docs/things-every-developer-should-know
A similar question was asked before, Find ALL tweets from a user (not just the first 3,200) and the accepted answer was to "start saving them before the user's tweet count hits 3200". This isn't an option though, as many users already have well over 3200 tweets.
Ive been reading a lot on the issue and I dont see any way around it, however there obviously is if sites like the ones mentioned here http://blog.tweetsmarter.com/twitter-search/10-ways-and-20-features-for-searching-old-tweets/ can do it.
Any ideas?