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
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