This is looks very simple, but not workis for me. The user is logged in to my application and to twitter too.
The exception is: The remote server returned an error: (400) Bad Request.
var twitterStatus = twitterService.SendTweet(new SendTweetOptions() { Status = message });
maybe I have to use this too ? twitterService.AuthenticateWith(_accessToken, _accessTokenSecret);
but how can I get the logged in user's accestoken and accesstoken security for this ?
Thanks in advance.