Examples

Coding 4 Fun

I recently wrote an article for the Coding 4 Fun team at Microsoft giving a 'getting started' guide to using the FlickrNet API library. It includes example code in both C# and VB.Net. I'd highly recommend it as a way to get started.

http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx

This website seems to have changed

Article as Word Document: Coding4Fun-Flickr.doc
Article Sample code : ExampleApplication.zip

Example Application

Download example application here: ExampleApplication.zip.

Download example Visual Studio 2005 Web Site here: FlickrNetWebSite.zip

Other Examples

Below are a selection of short sharp snippets of code that provide examples of how to accomplish certain things with the Flickr API. Most pf the examples below use an instance of the Flickr class called flickr. It is assumed that this instance has been created with the relevant API Key, Shared Secret (and Auth Token where applicable).

ExampleGettingMoreThanOnePage Managing searches that return more than one page of results
ExampleFindAPerson Finding a person on Flickr
Example23HQAndZooomr Using 23HQ and Zooomr
ExampleConfigFile How to use a web.config or app.config file to override settings
ExampleGeoSearch Searching for geo tagged photos within some co-ordinates
ExampleGetSetGeo Getting and Setting geo location information
ExampleSimpleSearch Some simple searches
Last edited May 1 at 1:17 PM by samjudson, version 15
Comments
bjornkusters Aug 26 2008 at 4:00 PM 
The very useful 'getting started' guide mentioned above has been moved to: http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx

babakzawari Sep 3 at 1:44 PM 
can we use it to upload picture in flicker .
thank in advance.
babak zawari from www.DotNetSource.com

samjudson Sep 3 at 2:47 PM 
Have you read the getting started guide linked above?

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987