Hi Linvi
The error following
Tweet.PublishTweet("This is a test of the station tannoy system." + Guid.NewGuid());
is
StatusCode 401
TwitterDescription "Unauthorized - Authentication credentials were missing or incorrect." string
I have set the 4 authentication fields carefully from the details at https://dev.twitter.com/apps//oauth
I had assumed that since
var loggedUser = User.GetLoggedUser();
is working that my authentication details were definitely correct.
My development machine time and region are correct
The time and region of the twitter account associated with the twitter application are correct.
The error following
Tweet.PublishTweet("This is a test of the station tannoy system." + Guid.NewGuid());
is
StatusCode 401
TwitterDescription "Unauthorized - Authentication credentials were missing or incorrect." string
I have set the 4 authentication fields carefully from the details at https://dev.twitter.com/apps/
I had assumed that since
var loggedUser = User.GetLoggedUser();
is working that my authentication details were definitely correct.
My development machine time and region are correct
The time and region of the twitter account associated with the twitter application are correct.