Twitter POST problems using api 1.1
问题 We've just changed to Twitter api 1.1, and now Tweeting doesn't work & returns an error "The remote server returned an error: (400) Bad Request." Researching on SO about this suggests that it's something to do with authentication, but we are sending the accessToken & secret which we've just got from the login page. It all worked fine with api 1.0. The code is - public void Tweet(Action<string> response, string message) { StringBuilder sb = new StringBuilder(); sb.Append("POST&"); sb.Append