abjerner / Skybrud.Social

Skybrud.Social is a framework in .NET for integration with various social services like Twitter, Facebook and Instagram. The framework will handle all the technical parts and API communication so you don't have to.
http://social.skybrud.dk/
MIT License
96 stars 32 forks source link

Class OAuthException should wrap an instance of SocialHttpResponse #46

Closed abjerner closed 8 years ago

abjerner commented 8 years ago

Since both parameters of the OAuthException class are derived from the response, we might as well just wrap an instance of SocialHttpResponse, where we can access the StatusCode and Body for the same values.