Horrible LINQ to Twitter - Finally found out how to updatestatus

_authorizer = new SingleUserAuthorizer
                {
                    Credentials = new InMemoryCredentials
                    {
                        ConsumerKey = TwitterConfiguration.ConsumerKey,
                        ConsumerSecret = TwitterConfiguration.ConsumerSecret,
                        OAuthToken = TwitterConfiguration.AccessToken,
                        AccessToken = TwitterConfiguration.AccessTokenSecret,
                    }
                };
The previous released version stopped working for some reason. Upgrade to the latest version to get beyond this issue.

Comments

Popular posts from this blog

Tutorial: Using Google Cloud Storage from C# and .NET

Late 2008 Macbook only giving 1.5 gb/s speed with 6 gb/s Intel SSD?

Enable Visual Studio to use more than 2GB of memory