Adam Kinney, Continuum Explorer: PhotoSuru, an innovative photo-viewing WPF application | Adam Kinney, Continuum Explorer
-
mdarnall · 10 months agoDid you ever find out how to import and browse photos from your Flickr photostream?
-
Adam Kinney · 10 months agoI ended up writing a seperate ASP.Net page that would request my Flickr feed rss, transform it to the Subscription format for PhotoSuru and then output that as XML. There was a heirarchy of feeds to create though and realized I should refactor it into an ASP.Net application though to handle all of the URL requests. I'd still like to put something together but haven't found the time yet unfortunately.