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=
Now based on new API, I am trying to use: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=
But I get “215: Bad Authentication data”.
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 forms .net 3.5. I cannot use a 3rd party library like twitterizer.