I am trying to get Linq-to-Twitter to post a tweet. My code is based on Linq2Twitter WebFormsTweetsDemo from http://linqtotwitter.codeplex.com/wikipage?title=LINQ%20to%20Twitter%20Samples&referringTitle=Home
The app authenticates ok - I am running the sample on localhost using ASP.NET dev server.
But the following code to post a tweet fails:
var auth = new WebAuthorizer
{
Credentials = new SessionStateCredentials()
};
var tweet = twitterCtx.UpdateStatus("Linqtowtwitter is working");
However the UpdateStatus call above returns "The remote server returned an error: (410) Gone". According to Fiddler no request is sent to twitter.