Tagged with Flicker - Visokio Forums http://forums.visokio.com/discussions/tagged/Flicker/feed.rss Mon, 30 Oct 17 21:11:07 -0400 Tagged with Flicker - Visokio Forums en-CA Sources: Flicker API - Reading multiple xml objects http://forums.visokio.com/discussion/2190/sources-flicker-api-reading-multiple-xml-objects Tue, 11 Jun 2013 11:02:03 -0400 daniel 2190@/discussions
Is there a way to expand out the attached xml information if the API request is not an original connection? I have created multiple dynamic links which is derived from one API request which fetches a set of images id and then creates 10+ new API requests specifically querying information for each ID. I am able to retrieve the xml output for each link but now have to process out these xml objects' information. Is it possible to expand these out using scripts or to create an expand xml operation block to do it within Omniscope?

I've also encountered similar issues with JSON data formats and haven't really figured out the best way to deal with these types of data. The discussion on scripting and php deserialization is along the same lines but the example Omniscope file doesn't seem to be working:

http://forums.visokio.com/discussion/comment/7953/#Comment_7953

The two Flicker API methods I am using here are:

To fetch new images by a radius location:
http://www.flickr.com/services/api/flickr.photos.search.html

To fetch the photo information:
http://www.flickr.com/services/api/flickr.photos.getInfo.html]]>