api
< programming
< webdesign
< web2.0
< delicious
< chrisswan
Get flash to fully experience Pearltrees
The libraries page of Twitter’s API wiki is a good place to start. For these examples I’m going to use the php-twitter class, but I’ll include the requests and responses so this doesn’t turn out to be all PHP. After all, the API itself doesn’t care which language I’m using. The php-twitter zip archive contains some nested folders and finally a file: class.twitter.php. You’ll eventually get to it, so keep opening those folders! Getting your timeline from Twitter
This post is part of Mashable’s Social Media series for developers, highlighting handy tips and resources for software developers. This series is supported by Forum Nokia’s Calling All Innovators competition. Social media services like Twitter, Facebook, and Google have been fundamental pillars for building social graphs, promoting the sharing of information, and fostering innovation. While these companies have created some incredible tools, their greatest innovation may actually be opening up their products to outside developers through the use of the API. The API, or application programming interface, is a way for outside parties to build a product or app off of an existing service. TweetDeck for Twitter, MySpace applications, and Facebook Connect are a few examples of the use of social APIs today.