TweepError now includes the HTTPResponse object of the failed call.
Example: try: api.get_status(0) except TweepError, e: e.response // <-- HTTPResponse object
Please register or sign in to comment
Example: try: api.get_status(0) except TweepError, e: e.response // <-- HTTPResponse object