News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Create Your Own Twitter Widget in PHP, Part 3
January 07, 2011 @ 10:23:59

The SitePoint PHP blog has part three of their "create your own Twitter widget" series posted today. This is the last post of the series and involves a little cleanup on the data pulled from the Twitter API.

In part 1 of this series, we examined the Twitter API, created a PHP TwitterStatus class, and imported the latest tweets in JSON format. In Part 2, we parsed the Twitter data, replaced links, and generated the complete HTML for our widget. In this last post, we'll cache our widget and translate tweet dates into a friendlier format - download the full source code here.

They talk about caching the data pulled back from the API (making it faster and less resource-intensive) and how to parse the dates that you get back from the request using the DateTime functionality included with PHP.

0 comments voice your opinion now!
twitter widget rest api tutorial series cache dates


blog comments powered by Disqus

Similar Posts

William Durand: REST APIs with Symfony2: The Right Way

Jim Plush's Blog: PHP Socket Tutorial Part 1

Rich Zygler's Blog: People work with WS-* web services in PHP? Why?

PHPMaster.com: An Introduction to Redis in PHP using Predis

Ibuildings techPortal: Tips for Working with DateTime in PHP


Community Events









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


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

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