Hi Linvi,
i have a few updates:
1.- i've tried your code (green answer) and after enter my USR and PWD on Twitter i got redirected to https://tweetinvi.codeplex.com with an oauth_token and oauth_verifier. I'm having the exact same result using the code i sent yesterday, so the callback is working fine.
2.- Tried not to use "localhost". I've changed it to 127.0.0.1 and same results, callback works but i can't get an AccessToken (oauth_token and oauth_verifier, YES)
3.- i also changed the "Callback URL" at the app settings page on Twitter (there is no need to do this for version 1.0a, but tried anyway) and didn't work.
4.- i've tried the sign-in with another Twitter account, and results were the same, didn't work.
So, my only problem is with this line:
// I get the new credentials.
var newCredentials = CredentialsCreator.GetCredentialsFromCallbackURL(callbackURL, applicationCredentials);
newCredentials is always NULL.
Have you tried what i sent?
Thanks,
Pablo.-
i have a few updates:
1.- i've tried your code (green answer) and after enter my USR and PWD on Twitter i got redirected to https://tweetinvi.codeplex.com with an oauth_token and oauth_verifier. I'm having the exact same result using the code i sent yesterday, so the callback is working fine.
2.- Tried not to use "localhost". I've changed it to 127.0.0.1 and same results, callback works but i can't get an AccessToken (oauth_token and oauth_verifier, YES)
3.- i also changed the "Callback URL" at the app settings page on Twitter (there is no need to do this for version 1.0a, but tried anyway) and didn't work.
4.- i've tried the sign-in with another Twitter account, and results were the same, didn't work.
So, my only problem is with this line:
// I get the new credentials.
var newCredentials = CredentialsCreator.GetCredentialsFromCallbackURL(callbackURL, applicationCredentials);
newCredentials is always NULL.
Have you tried what i sent?
Thanks,
Pablo.-