Linq to Twitter Authenticated But Getting 215 “Bad Authentication Data”
问题 I have been using Linq to Twitter for Authenticating with OAuth for the Twitter API 1.1. I set my credentials and then pass them to Linq to Twitter which states I that isAuth returns true. However, at run time I receive at 215 "Bad Authentication Data" error. Has anyone else had this problem? var auth = new SingleUserAuthorizer { Credentials = new InMemoryCredentials { ConsumerKey = TwitterSettings.ConsumerKey, ConsumerSecret = TwitterSettings.ConsumerKeySecret, OAuthToken = TwitterSettings