12 Exceptional Twitter API using PHP

Updated on August-4-2009   61 Commented

12 Exceptional Twitter API using PHP

Twitter: send message from a PHP page using Twitter API

This is a very simple tutorial (really just some line of code!) that explains how to post a message using Twitter API from a PHP page.

Coding Library: PHP
Platform(s): Twitter

Twitter API 101 – Authentication with PHP and cURL

In this post I’ll show you how to connect securely to Twitter, authenticate, make a query and return a particular users’ followers as a string using PHP and cURL.

Coding Library: PHP
Platform(s): Twitter

Google Talk Status to Twitter

I had this idea in the back of my mind about making it easier to post to twitter.com. Quite a few of my friends post some pretty hilarious status messages on Gtalk so I thought there must be an easier way to get from Gtalk status to Twitter.

Coding Library: PHP
Platform(s): Twitter , Google Talk

Latest Twitter Update With PHP/RSS – Part One

Pull the latest tweet from a Twitter user using PHP and the Search API. An alternative way to using Twitter’s Javascript and Flash approaches.

Coding Library: PHP
Platform(s): Twitter

Latest Twitter Update With PHP/RSS – Part Two

Pull multiple tweets from a Twitter user using PHP and the Search API! In part one of this tutorial we have a script that allows us to pull the latest tweet from a Twitter user via the RSS feed that is produced by Twitter. We are also able to set a prefix and a suffix for the tweet for further customization. In part two we are going to introduce two more prefix and suffix variables along with the ability to pull numerous tweets. With limits set in the Twitter API, we can pull anywhere from 1 to 100. Though it is nice to be able to pull so many, we have to remember that the more we pull, the longer it will take for this script to generate its content.

Coding Library: PHP
Platform(s): Twitter

Latest Twitter Update With PHP/RSS – Part Three

Pull multiple tweets from multiple Twitter users using PHP and the Search API!

Coding Library: PHP
Platform(s): Twitter

Using the Twitter API with PHP and PEAR

A number of third-party libraries, written in a variety of different programming languages (including PHP), exist to help developers integrate their applications with this API. This article focuses on one such library, the PEAR Services_Twitter library, which provides a full-featured API for interacting with the Twitter service through a PHP application.

Coding Library: PHP
Platform(s): Twitter

Authenticating Twitter API calls with PHP & jQuery

In my previous post on this subject I spoke about making a simple call to the Twitter Search API to return some results every 30 seconds using jQuery and ajax. This time over I am going to discuss a similar process, however this time our API calls are authenticated with our Twitter credentials (to return your favorites in this example).

Coding Library: PHP
Platform(s): Twitter

Using the Twitter API, Cache Your ‘Tweets’ in PHP

I spent a few cycles this afternoon integrating my Twitter timeline with my Movable Type blogging software. Surprisingly, things worked out great with no issues in the first version. The Twitter API is a well-written REST service that made it incredibly easy to combine my lifestream with my Tweets. BTW, I hate the word “Tweet” but that’s the terminology everyone in Twitter land seems use so I will too.

Coding Library: PHP
Platform(s): Twitter

PHP + Twitter + Google Calendar + SMS

Working on a little side project, I wanted to be able to add an event to Google Calendar by text message like our American friends can using GVENT. I figured I could hook my Twitter account up to Google Calendar using their APIs. I tinkered with it for a couple of hours and it works!

Coding Library: PHP
Platform(s): Google Calendar , Twitter

How to quickly integrate with Twitter’s OAuth API using PHP

Many developers want to be able to speak the OAuth protocol without having to know the fine details. I am deviating from the normal order by starting with an example and explaining it afterwards.

Coding Library: PHP
Platform(s): Twitter

Using the Twitter API

Here’s a simple introduction on using the Twitter API. The API offers many different ways to connect to your details including xml, json, atom, and rss. Im going to use xml, php and curl to read an xml file to get my latest followers tweets and display them in the format below.

Coding Library: PHP
Platform(s): Twitter

Post a Comment

(required. But it will not be published)