Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Joey Rivera's Blog:
Using Zend_Paginator with Twitter API and Zend_Cache
Jan 29, 2010 @ 16:54:44

In a recent post to his blog Joey Rivera looks at using the Zend_paginator component with Twitter and APC to create a cachable, paged view of a set of Twitter API results.

I'm going to focus more on Zend_Paginator and Zend_Rest_Client to access Twitters API since I've already created a post on Zend_Cache. Normally, I would use Zend_Service_Twitter to access the twitter service but it still seems to require authentication to retrieve a users timeline where only protected users should require authentication.

He includes all of the needed code including the bootstrap.ini file and his own custom Twitter service class that grabs the timeline of the given user and calls the REST interface to grab the latest posts and caches them to a file.

tagged: zendpaginator zendcache tutorial twitter api

Link:


Trending Topics: