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 forms .net 3.5. I cannot use a 3rd party library like twitterizer.
I followed the thread at Get twitter public timeline, json+C#, no 3rd party libraries and the two follow up threads. Something is going wrong. I am assuming that its something to do with API 1.1.
I have just faced a similar problem to this but solved it in a different way in
Authenticate and request a user's timeline with Twitter API 1.1 oAuth
I created a GitHub project at https://github.com/andyhutch77/oAuthTwitterTimeline
I have created a simple project that uses an ASP.net web service to get the JSON data. The JSON is subsequently processed using javascript.
https://github.com/bmdeveloper/TweetService
Here you go (change the "update me" section) :