Hi there,
  while writing some code I ran across an error on the REST API
documentation page in the User/Show method (http://apiwiki.twitter.com/
REST+API+Documentation#show)
Although the docs state:

" Returns extended information of a given user, specified by ID or
screen name as per the required id parameter below."

and lists id as (Required) and email as (Optional), in practice you
can construct a request with either... it seems it is an Xor between
the two arguments... you have to have one of the two but not both as
the URI form wouldn't work.

Cheers
Richard

Reply via email to