Hi, i'm getting this exception:

Exception in thread "main" org.springframework.social.UncategorizedApiExcepti on: Error consuming Twitter REST API


it happens randomly when i call to:

tweets = timelineoperations.getHomeTimeline(page, 200, new Long(latestTweet) + 1, 0);

What is the problem?


Thanks