Chapter 2. Running the Sample Application
The Blueprint SDK contains a sample project, including all files in the application package as well as server-side templates and code for generating Blueprint pages. The sample is a front end to the Twitter social-networking/micro-blogging service. After unpacking the SDK archive, you can find the project in Samples/Twitter Sample/.
Prerequisites
To test the sample application as packaged, you need access to an HTTP server that has PHP 5 installed. (If you’re running an earlier version of PHP, you may have to modify some scripts.) You also need a valid Yahoo! ID to upload the application package to the test server.
The sample application uses the PHP Twitter library written by Tijs Verkoyen. Version 1.0.0 of the library is included with the sample application in the file twitter.php.

