Using Twitter OAuth via API 1.1 without 3rd Party Library
I am facing trouble in using GET statuses/user_timeline with OAuth. I am new to twitter & programming. Most of the help I see in the documentation are for POST. Earlier I was using : http://api.twitter.com/1/statuses/user_timeline.json?screen_name=userid Now based on new API, I am trying to use: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=userid . But I get "The remote server returned an error: (400) Bad Request". I made an application in dev.twitter.com. I also managed to generate a signature. Now i dont know how to post the signature and get the output. I using C# web