PDA

View Full Version : Error: Error consuming Twitter REST API



clr2k
Oct 5th, 2011, 11:09 AM
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

clr2k
Oct 5th, 2011, 11:29 AM
Sorry, i was getting a rate limit.

Thanks for all.