Ok, I get that Twitter API 1.0 is dying. Fine. Now, from what I’ve gathered, we have to create an app in order to pull statuses, etc? Just tell me what files, javascript, php, whatever, I need to call 1 status. That is it.
https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=twitterapi&count=2
This request doesn’t work on it’s own, so what is required so I can use this same GET request with my username, and have it return something?
Do I need an APP? Do I verify and integrate the APP keys with PHP? Javascript? WHAT DO I NEED???
A working example goes miles beyond paragraphs of documentation. Literally… explain the process step by step. Put the HTML, the PHP, the JS, EVERYTHING that is required to just call 1 status on 1 timeline successfully using API 1.1. I think a lot of developers would appreciate it.