ExamplesCoding 4 FunI 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.aspxThis website seems to have changed Article as Word Document:
Coding4Fun-Flickr.docArticle Sample code :
ExampleApplication.zipExample ApplicationDownload example application here:
ExampleApplication.zip.
Download example Visual Studio 2005 Web Site here:
FlickrNetWebSite.zipOther ExamplesBelow 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).