oauth-dotnetcore
oauth-dotnetcore copied to clipboard
An implementation of OAuth 1.0a for .NET Core based on Daniel Crenna's vaulted OAuth library
For us to continue using this library we need to have HMAC SHA256 support for the signature method.
Hello, thank you for providing this useful nuget!! However, I'm having a problem fetching user data from the twitter API. This is my code snippet: var client = OAuthRequest.ForProtectedResource("GET", _apiKey,...
Hello, This is not really an issue. I'm having problems getting access token from https://api.twitter.com/oauth/access_token, it returns a 401 authorization required. This is my Oauth Request var oauthClient = new...
Hello, Every time I add my own set of parameters to `OAuthRequest.GetAuthorizationQuery()` they are stripped off the resulting query string. However, the signature is being calculated taking them into consideration....
ForRequestToken method below: https://github.com/rhargreaves/oauth-dotnetcore/blob/master/src/OAuth/OAuthRequest.cs#L273 Is recursive on all execution paths
Hello I get an error "Invalid OAuth signature" when using this package to make a DELETE request. I am using the helper method "ForProtectedResource" and I am pretty sure all...
Hello, could you please support plaintext as SignatureMethod for testing purposes ? :1st_place_medal: