Topic: Using the Flickr feed
Seeing as the imbedded Flickr functions arent working properly for my Flickr feed, maybe a bug?
I thought I might be able to use the Flickr data some other way.
For example, I can retrieve an XML stream of all my Flickr images using the tag "sketchbook" using this:
http://api.flickr.com/services/feeds/ph … sketchbook
I need a way to convert this XML data to be usable by Tilt Viewer.
How should I go about this? Should I parse it through PHP, then have a script output it into XML again to feed Tilt Viewer dynamicaly?
Has this been done? How would I go about this?
Thank you!