June 2009
Knee deep in the Twitter REST API
Twitter provides an API so Web developers can enable their users to access the various features that the Twitter site provides. In this article, learn the basics of using the Twitter REST API. Get started with a simple examples, then build your Twitter API skills. The ability to pull specific information from the Twitter Stream is endless.
May 2009
Display realtime Twitter Tweet stream with QueryPath
The new QueryPath library, a PHP cousin of the jQuery JavaScript library, offers an efficient API for working with XML, HTML, and HTTP. In this article, Walk through a simple example and build a small script that workes with the Web services API of the popular Twitter microblogging service, to execute a specific search on Twitter's server and print the results as HTML. Such a tool can be added to an existing Web site to show recent Twitter activity on a topic of interest.
March 2009
Use PHP to convert Twitter to RSS
This article explains the underpinnings of Twitter - specifically, what the REST API exposes, and shows PHP developers how to use public libraries to extract status from their own and their friends' timelines and convert it to other formats, most notably RSS. After reading this, you will have the skills to build your own Twitter and PHP applications and utilities.
1
(3 marks)