We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been using this for years:
var test = Auth.SetUserCredentials("token", "secret","a","b"); var user = User.GetAuthenticatedUser();
Now the user is returning null.
Any ideas?
The text was updated successfully, but these errors were encountered:
We are also facing the same issue while authenticating to twitter via tweetinvi and below is the response we get:
Reason : Unauthorized Details : Could not authenticate you. (32) Code : 401 Date : 6/30/2023 2:09:16 PM +05:30 URL : https://api.twitter.com/oauth/request_token Twitter documentation description : Unauthorized - Authentication credentials were missing or incorrect.
@carlor12 Did you find any solution to your problem?
Sorry, something went wrong.
No branches or pull requests
I've been using this for years:
Now the user is returning null.
Any ideas?
The text was updated successfully, but these errors were encountered: