Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under 0.9.7.0

$
0
0
Hi Linvi,
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

Viewing all articles
Browse latest Browse all 4126

Trending Articles