I\'m using Twitter4J API for my application. I want to get all the statuses I had on my Twitter account (or if not all, most of them). Is this possible? Currently I am using
// retrieves the first page's 200 tweets getUserTimeline(new Paging(1, 200));