News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


interview test community application release custom symfony2 series opinion introduction package api language framework development phpunit manifesto podcast conference unittest

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