> Since that all works, it leads me to think the problem is that the
> status ID you're using isn't actually a valid status ID, or the user
> is protected, and you're not friends with them. Twitter requires you
> to basically have a two way relationship with people if you want
> their protected information.
The Twitter API should return a 403, not a 404, if authentication is
the issue.
When troubleshooting API calls, it's also helpful to manually call the
underlying URL with curl using the examples provided in the Twitter API
docs: http://apiwiki.twitter.com/Twitter-API-Documentation
If curl works, but Twython doesn't, with the same data then there may
be some error in the formulation of the API call in Python or Twython
that the list will be likely to help with.
Chris Babcock