How to use Twitter OAuth v1.1 with JavaScript/jQuery & PHP
API v1 Retirement is Complete and feel free to read this post about how to use new Twitter API.
In March 2013 Twitter plans to retire version 1 of their REST API, however it’s replacement requires all requests to use OAuth signed headers. As a result if you’re using JavaScript to pull in a twitter feed to show on your website, you might be in for a spot of bother. However I’ve put together a little script which will allow you to remain using your JavaScript implementation, until you have time to move to the Twitter API 1.1 completely.
(more…)