I'm *not* using since_id, but I'm sporadically getting warning
messages about it. Most of the time, my queries work.

d:\>curl "http://search.twitter.com/search.json?q=
%23jquery&lang=en&page=1&show_user=true&rpp=15"

{
  "results": [{
    "profile_image_url": "http://a1.twimg.com/profile_images/353780044/
avatar_normal.png",
    "created_at": "Thu, 29 Oct 2009 00:05:02 +0000",
    "from_user": "2twittdotcom",
    "to_user_id": null,
    "text": "create a simple infinite carousel with  #jquery
http://2twitt.com/3u7";,
    "id": 5244850622,
    "from_user_id": 33556519,
    "geo": null,
    "iso_language_code": "en",
    "source": "<a href="http://apiwiki.twitter.com/"
rel="nofollow">API</a>"
  }],
  "max_id": 5244850622,
  "since_id
": 5056020580,
  "refresh_url": "?since_id=5244850622&q=%23jquery",
  "results_per_page": 15,
  "page": 1,
  "completed_in": 0.02854,
  "warning": "adjusted since_id to 5056020580 (2009-10-22 00:00:00
UTC), requested since_id was older than allowed",
  "query": "%23jquery"
}

It's very annoying. Any ideas?

Reply via email to