var appClient = new TwitterClient(Constants.TwitterConsumerKeyAccount1, Constants.TwitterConsumerSecretAccount1);
var authenticationRequest = await appClient.Auth.RequestAuthenticationUrlAsync();
_log.Info($"authenticationRequest: {authenticationRequest.AuthorizationURL}");
All is fine and I get an AuthorizationURL.
But on another machine, the same code returns this error:
Hi,
Here is some code that works on my dev machine:
All is fine and I get an AuthorizationURL.
But on another machine, the same code returns this error:
Do you have any idea why I get this error?