Hi
Trying to get the library working, but it's failing no matter what I try to do, always with the same error:
"https://api.twitter.com/oauth/access_token web request failed"
At the moment I'm just trying to collect the access tokens:
Trying to get the library working, but it's failing no matter what I try to do, always with the same error:
"https://api.twitter.com/oauth/access_token web request failed"
At the moment I'm just trying to collect the access tokens:
var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(Settings.GetString("TwitterConsumerKey"), Settings.GetString("TwitterConsumerSecret"));
var newCredentials = CredentialsCreator.GetCredentialsFromCallbackURL(oContext.Request.Url.AbsoluteUri, applicationCredentials);
What am I missing?