Skip to content

Instantly share code, notes, and snippets.

@nicwise
Created August 3, 2011 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicwise/1122951 to your computer and use it in GitHub Desktop.
Save nicwise/1122951 to your computer and use it in GitHub Desktop.
errors with MetroTweet
MT calls:
http://api.twitter.com/1/users/show.json?screen_name=ali_mcgill
it gets back
{"error":"Rate limit exceeded. Clients may not make more than 150 requests per hour.","request":"\/1\/users\/show.json?screen_name=ali_mcgill"}
(yay, I'm on a shared connection - one IP for ALL of universal music.)
And I get no error message or user info header.
oddly, this still works
http://api.twitter.com/1/users/lookup.json?user_id=305068335%2C19114894%2C14236178%2C55964165%2C14332451%2C898691%2C26614148%2C14176708%2C49357193%2C55178801%2C4560951%2C26637978%2C6420312%2C47562075%2C78869547%2C4825681%2C14124654%2C56026064%2C18389670%2C19697415%2C154513244%2C6141832%2C36184220%2C98491188%2C19351907%2C21280247%2C118829680%2C3702071%2C20142313%2C33537384%2C3829151%2C38826202%2C948881%2C4519121%2C658753%2C14561327%2C15324055%2C15991855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment