So for today’s blog post I am going to show you how you can use jQuery, PHP and a little ajax to connect up to the Twitter API and return results. I’ll cover off unauthenticated calls today to the search API, and follow up with the authenticated piece a little later, so watch out for that! PHP using cURL So, in order for us to talk to the Twitter API, we need to use cURL. This isn’t a hard and fas