Method OAuthAuthorizer.GetRequestToken() swallows the original exception by throwing a new HttpRequestException. Should use HttpResponseMessage.EnsureSuccessStatusCode instead to throw the correct WebException or catch it to the send as the inner exception.
Method
OAuthAuthorizer.GetRequestToken()
swallows the original exception by throwing a new HttpRequestException. Should useHttpResponseMessage.EnsureSuccessStatusCode
instead to throw the correct WebException or catch it to the send as the inner exception.