News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Integrating Flickr Photostreams with PHP
February 04, 2010 @ 12:22:46

On the Zend Developer Zone there's a new tutorial showing you how to integrate your application with Flickr with some help from components in the Zend Framework.

Like many Web 2.0 applications, Flickr exposes its data to the public via a REST API, making it possible to develop customized applications that run on top of the base service. This REST API allows access to a number of important functions, including photo searching, tagging and uploading; photoset retrieval; contact retrieval; and panda recommendations.

The tutorial uses the Zend_Rest_Client component of the Zend Framework to make the actual request to the Flickr API and you'll need a API key/shared secret to be able to use it. The rest of the tutorial is code dedicated to helping you connect to the service, fetch data, search the API (and output the results), and looking at some of the "interestingness" magic Flickr has to share.

0 comments voice your opinion now!
flickr photostream api zendframework rest


blog comments powered by Disqus

Similar Posts

ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 6

Lorna Mitchell's Blog: Using JIRA's REST API to Create a Dashboard

Zend Developer Zone: The value of Web services for PHP

Adam Jensen's Blog: Flexible User Authentication with Zend_Auth

Rob Allen's Blog: Simple Zend_Form File Upload Example


Community Events











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


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

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