by Elisabeth Robson | Feb 9, 2013 | Beginner's Mind, blog, JavaScript
In a previous post, I mentioned that Twitter is changing their API so that all requests to the API will now require authentication. Unfortunately, what this means is that you can no longer use JSONP to request timeline and search data from Twitter (which we showed you...
by Elisabeth Robson | Oct 12, 2012 | blog, JavaScript
In Chapter 7 of Head First HTML5 Programming, we create a JSONP web application called Tweetshirt. We use Twitter JSON data to create a tweet menu, so you can choose a tweet to add to a <canvas> element. Unfortunately, Twitter has deprecated the public API that...
Comments