description
I am using the LinqToTwitter samples is ASP.NET, in particular the WebFormsTweetsDemo. I have set up my Twitter app, set the access levels to read/write. When I run the sample app, the app authorizes and connects, but when sending the message:-
var tweet = twitterCtx.UpdateStatus(txtUpdateStatus.Text, coordLat, coordLong);
The 401 error is raised. I checked and rechecked the app settings on twitter and even created a second app, but the error keeps occurring.
Can anyone shed some light on this?