Hi Linvi,
I've just checked this in a console application with
I'll try and reproduce it in some simple blank ASP.NET application this afternoon.
Cheers,
Josh
I've just checked this in a console application with
ITemporaryCredentials tempCredentials = CredentialsCreator.GenerateApplicationCredentials(CONSUMER_KEY, CONSUMER_SECRET);
string authUrl = CredentialsCreator.GetAuthorizationURLForCallback(tempCredentials, "http://localhost/test");
Console.WriteLine(authUrl);
And this works, so it's either ASP.NET or something else in that project.I'll try and reproduce it in some simple blank ASP.NET application this afternoon.
Cheers,
Josh