News Feed
Jobs Feed
Sections




News Archive
Evan Sims' Blog:
Web APIs by Example, Part I Twitter
August 01, 2007 @ 17:05:00

On his blog today, Evan Sims has posted the first part on a series of tutorials about working with the Twitter API in PHP to create a simple easy application.

Since Twitter is all the rage these days, I thought it would be a great starting point to introduce you to the world of web APIs and how simple they really are to work with. Twitter, like most presencing services, has a very limited range of API calls because, well, it's a very simple service.

Before he starts, he takes a second to explain the parts of the application - what REST is, why he chose PHP and an overview of the communication between client and server. After that, it's on to the code - creating a simple socket with the fsockopen functionality (and friends) and an example of a message that is sent over the socket to Twitter (in this case, a "test" message to ensure things are working).

0 comments voice your opinion now!
api twitter connection rest webservice tutorial api twitter connection rest webservice tutorial


blog comments powered by Disqus

Similar Posts

Dave Gardner's Blog: Caching dependency-injected objects

Chris Jones' Blog: Building PHP 5.3 with Oracle HTTP Server 11g

Chris Shiflett's Blog: PHP Tidbits

Anthony Ferrara: Programming With Anthony - Logic

Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper


Community Events











Don't see your event here?
Let us know!


introduction community unittest development framework zendframework2 podcast phpunit opinion interview example language code series object conference testing functional tool release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework