linvi/tweetinvi

Help! My code stopped working

carlor12 opened this issue · 1 comments

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?

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?