Categories
Programming Wordpress

How to implement application-only authentication of Twitter API v1.1 in PHP/WordPress

As with everything, once you know how this actually quite easy – but when you first look at documentation on Twitter’s website about how to do this it can be a little daunting.

Categories
IT Programming Wordpress

ThinkTwit Update 1.4.0 – implements API v1.1 to prevent ThinkTwit breaking post June 10th

Everyone using ThinkTwit absolutely HAS to upgrade to this new version or else ThinkTwit will stop working from 10th June 2013!

Categories
Programming Wordpress

Loading JSON web service in to PHP

As I’ve recently had to implement the JSON implementation of the Twitter Search API v1.0 as a hotfix into ThinkTwit, I thought it might be useful to share how I did this… So if you’re here it’s probably because you need to read JSON in PHP or you have to implement an API, maybe the […]