<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flickr API Help</title>
	<atom:link href="http://www.wolf-howl.com/tools/flickr-api-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolf-howl.com/tools/flickr-api-help/</link>
	<description>Michael Gray rants on SEO the internet and  media</description>
	<lastBuildDate>Sun, 25 Oct 2009 18:58:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: tony rocks</title>
		<link>http://www.wolf-howl.com/tools/flickr-api-help/comment-page-1/#comment-13503</link>
		<dc:creator>tony rocks</dc:creator>
		<pubDate>Tue, 10 Oct 2006 14:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/tools/flickr-api-help/#comment-13503</guid>
		<description>Sort of off topic...is it better to host any images on your blog from Flickr?</description>
		<content:encoded><![CDATA[<p>Sort of off topic&#8230;is it better to host any images on your blog from Flickr?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/tools/flickr-api-help/comment-page-1/#comment-13487</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Tue, 10 Oct 2006 12:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/tools/flickr-api-help/#comment-13487</guid>
		<description>Not a programmer I know just enough to power through and completely muck something up. Thanks for the link was helpful.</description>
		<content:encoded><![CDATA[<p>Not a programmer I know just enough to power through and completely muck something up. Thanks for the link was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.wolf-howl.com/tools/flickr-api-help/comment-page-1/#comment-13203</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 09 Oct 2006 17:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/tools/flickr-api-help/#comment-13203</guid>
		<description>Maybe it&#039;s because I&#039;m a programmer, but I found the Flicker API help to be very easy to understand and use.  But in any event, I found this...

http://skimstone.x-port.net/node/92</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s because I&#8217;m a programmer, but I found the Flicker API help to be very easy to understand and use.  But in any event, I found this&#8230;</p>
<p><a href="http://skimstone.x-port.net/node/92" rel="nofollow">http://skimstone.x-port.net/node/92</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.wolf-howl.com/tools/flickr-api-help/comment-page-1/#comment-12987</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Mon, 09 Oct 2006 09:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/tools/flickr-api-help/#comment-12987</guid>
		<description>I found the way to learn was to find an example that did something, and figure out what it was doing, then tweak it by adding in the function I want to use</description>
		<content:encoded><![CDATA[<p>I found the way to learn was to find an example that did something, and figure out what it was doing, then tweak it by adding in the function I want to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Karr</title>
		<link>http://www.wolf-howl.com/tools/flickr-api-help/comment-page-1/#comment-12894</link>
		<dc:creator>Doug Karr</dc:creator>
		<pubDate>Mon, 09 Oct 2006 04:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/tools/flickr-api-help/#comment-12894</guid>
		<description>There&#039;s quite a bit of info out on the net on REST type APIs.  I&#039;m not sure if you&#039;ve had experience with them in the past, but you would do an HTTP request and pass the appropriate querystring variables.  That will execute the request on the server and then will return you XML that you will need to parse.

Each of the items that Flickr is documenting on their site is a request object with the appropriate XML response.  You can execute the HTTP request in virtually any language (With JavaScript be sure to use a cross-browser supported request or write your own).

To parse the response XML, you can utilize any language as well.  You can familiarize yourself with the DOM object or parse the XML utilizing XPath in the language of your choice.

Perhaps some examples of the scenarios you are attempting to execute?

I always advice my clients to include code samples in multiple languages as well as common scenarios.  Flickr should have a Developer Community, it would make it much easier.</description>
		<content:encoded><![CDATA[<p>There&#8217;s quite a bit of info out on the net on REST type APIs.  I&#8217;m not sure if you&#8217;ve had experience with them in the past, but you would do an HTTP request and pass the appropriate querystring variables.  That will execute the request on the server and then will return you XML that you will need to parse.</p>
<p>Each of the items that Flickr is documenting on their site is a request object with the appropriate XML response.  You can execute the HTTP request in virtually any language (With JavaScript be sure to use a cross-browser supported request or write your own).</p>
<p>To parse the response XML, you can utilize any language as well.  You can familiarize yourself with the DOM object or parse the XML utilizing XPath in the language of your choice.</p>
<p>Perhaps some examples of the scenarios you are attempting to execute?</p>
<p>I always advice my clients to include code samples in multiple languages as well as common scenarios.  Flickr should have a Developer Community, it would make it much easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
