Basic usage tutorial: http://bakery.cakephp.org/articles/view/building-your-first-twitter-mash-up To get the latest version please use: http://github.com/ics/twitter_datasource Install instructions : - Place twitter_source.php in your app/models/datasources folder - Add the credidentials to database.php: var $twitter = array( 'datasource' => 'twitter', 'username' => 'ics',