Category Archives: Flickr-API

Flickr Uploadr for Mobile Devices

OK, I’ve written a Flickr Uploader using the .Net Compact Framework 2.0 (SP1). http://www.wackylabs.net/download.php?file=FlickrUploadCF.CAB I don’t actually have a pocket PC or similar device so if you have any success, or problems then let me know. You can download the … Continue reading

Posted in Code, Flickr-API | 17 Comments

Flickr.Net API – Example Web Site

I’ve created a quick example Flickr.Net web site in Visual Studio 2005, for both VB.Net and C#. There is a simple page that performs authentication, and stores the resulting authentication details in the session variables. There is also a very … Continue reading

Posted in Code, Flickr-API | Leave a comment

FlickrNet API Library updates

 I’ve done a batch of bug fixes and updates to the FlickrNet API library, including Photos.DateAdded which tells you when a photo was added to a group, and the PhotosRecentlyUpdated method which details your recently updated photos. Download from Codeplex … Continue reading

Posted in Flickr-API | Leave a comment

FlickrWebCam

A new application using the Flickr.Net API Library has been launched. Basically allows easy and quick uploading of your web cam images onto Flickr! Cool or what. Possibly based on the Coding 4 Fun article that tells you how to … Continue reading

Posted in Code, Flickr, Flickr-API | 1 Comment

FlickrNet API Release – 2.1.1 – include Geo code

A new release of the FlickrNet API Library. This release includes full support for the new Flickr Geotagging features, including searching by location, getting and setting of photos location information and the permissions associated with that geo information. Some example … Continue reading

Posted in Code, Flickr, Flickr-API | 3 Comments

GeoReTagr – Extract your GPS EXIF data

You may be aware that if you have currently got uploaded photos containing GPS data inside the EXIF then this data is not being loaded into Flickr’s new Location database. The following is a little web app that does just … Continue reading

Posted in Code, Flickr, Flickr-API | Leave a comment

FlickrNet moves to CodePlex

The FlickrNet API Library has a new home, on CodePlex, the new open source hosting platform from Microsoft. I made this decision to try to bring together source code, release files, discussion and documentation into one place, rather than the … Continue reading

Posted in Code, Flickr, Flickr-API | Leave a comment

Flickr Mashups book

Flickr Mashups Book I thought I’d mention that I’m currently working as Technical Reviewer for a new book from Wrox about writing Flickr Mashups. To quote: Using mashup technologies including REST, Ajax, JSON, SOAP, XML-RPC, CSS and more Using Flickr … Continue reading

Posted in Code, Flickr, Flickr-API | Leave a comment

Flickr-ing about with .Net

I’ve been published! I wrote an article a few weeks back for the “Coding 4 Fun” section of the Microsoft MSDN web site and its just gone live! View the article or download the sample code Go me! Update: The … Continue reading

Posted in Code, Flickr, Flickr-API | 1 Comment

Flickr.Net API Library – 2.0.3

Just released some bug fixes, plus adding a few more supported methods and parameters to the code. There are two undocumented features included in this release – the Photo.RawTags return by various search methods, and the TagMode.Boolean search tag mode … Continue reading

Posted in Code, Flickr, Flickr-API | 2 Comments