Just following up here -
I'm at step 4 and keep getting a 401 when calling GetCredentialsFromCallbackURL(). The Tweetinvi exception is "Operation is not valid due to the current state of the object." I've looked at the solutions here https://tweetinvi.codeplex.com/workitem/2334 and basically conclude the the oauth_token & oauth_token_secret from step 2 need to be set to applicationCredentials.AuthorizationKey and applicationCredentials.AuthorizationSecret, respectively within step 4 ... right?
If so, how can I obtain both oauth_token & oauth_token_secret after calling GetAuthorizationURLForCallback() from step 2?
Thanks again
I'm at step 4 and keep getting a 401 when calling GetCredentialsFromCallbackURL(). The Tweetinvi exception is "Operation is not valid due to the current state of the object." I've looked at the solutions here https://tweetinvi.codeplex.com/workitem/2334 and basically conclude the the oauth_token & oauth_token_secret from step 2 need to be set to applicationCredentials.AuthorizationKey and applicationCredentials.AuthorizationSecret, respectively within step 4 ... right?
If so, how can I obtain both oauth_token & oauth_token_secret after calling GetAuthorizationURLForCallback() from step 2?
Thanks again