News Feed
Jobs Feed
Sections




News Archive
DevShed:
Caching Dynamic Twitter Signature Images with PHP
September 02, 2009 @ 08:26:59

DevShed finishes off their series looking at creating the Twitter "badges" for your site, complete with latest post and profile pic, in this fifth and final part. This time they focus on caching the results.

You may find that Twitter will start cutting off your requests. At first that may seem confusing, but keep in mind that regardless of where the image actually appears, the request always originates from the IP address of the web server where the script is located. To circumvent this pitfall, we can add a caching feature to our Twitter signature image application.

Their caching method involves two steps: saving the user information including the latest tweet and making a local copy of the profile pic (avatar). The details are cached into a local file with the XML returned from the feed request.

0 comments voice your opinion now!
tutorial twitter badge dynamic


blog comments powered by Disqus

Similar Posts

Refulz.com: Traits - Method Precedence and Conflict resolution

Script-Tutorials.com: Vimeo API - OAuth and Upload Example

Codewalkers.com: New Tutorial - Coding \"Best Practices\" - or at least \"Better Practices\"

Rob Allen's Blog: Using Zend\Loader\Autoloader

Sébastien Thomas' Blog: Monitoring PHP APC cache usage


Community Events











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


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

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