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
{{ message }}
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
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 OAuthRequest
{
Method = "POST",
Type = OAuthRequestType.AccessToken,
SignatureMethod = OAuthSignatureMethod.HmacSha1,
ConsumerKey = consumerKey,
ConsumerSecret = consumerSecret,
RequestUrl = "https://api.twitter.com/oauth/access_token",
Token = request_token,
Version = "1.0a",
Realm = "twitter.com"
};
I would appreciate if you could help.
The text was updated successfully, but these errors were encountered: