Results 1 to 2 of 2

Thread: Error: Error consuming Twitter REST API

  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Default Error: Error consuming Twitter REST API

    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

  2. #2
    Join Date
    Oct 2011
    Posts
    2

    Default

    Sorry, i was getting a rate limit.

    Thanks for all.
    Last edited by clr2k; Oct 5th, 2011 at 11:40 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •