You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: