The OAuth library we use sends back a random object if the response code is not success https://github.com/hoist/node-oauth/blob/master/lib/oauth.js#L402 we should handle this and actually make it an error to allow people a standard debug experience.
The OAuth library we use sends back a random object if the response code is not success https://github.com/hoist/node-oauth/blob/master/lib/oauth.js#L402 we should handle this and actually make it an error to allow people a standard debug experience.