Hi there,
If you download the source code, you will find a project called Examplinvi.
Examplinvi is giving an example showing how to store twitter credentials in the project configuration file.
Would you please verify that your Token contains the expected information.
Regards,
Linvi
If you download the source code, you will find a project called Examplinvi.
Examplinvi is giving an example showing how to store twitter credentials in the project configuration file.
IToken token = new Token(
ConfigurationManager.AppSettings["token_AccessToken"],
ConfigurationManager.AppSettings["token_AccessTokenSecret"],
ConfigurationManager.AppSettings["token_ConsumerKey"],
ConfigurationManager.AppSettings["token_ConsumerSecret"]);
Having a 400 exception probably means that the credentials you provided were incorrectly loaded.Would you please verify that your Token contains the expected information.
Regards,
Linvi