<?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"
	>
<channel>
	<title>Comments on: Flickr.Net Example Code</title>
	<atom:link href="http://www.wackylabs.net/2005/09/flickrnet-example-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/</link>
	<description>Climbing, Coding, Walking, Talking, Taking Photos and other Stuff</description>
	<pubDate>Tue, 06 Jan 2009 08:21:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Sam</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-250</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 04 Nov 2005 15:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-250</guid>
		<description>jeremiah:

The PhotoCollection should be enumerable.

Photos photos = flickr.PhotosSearch(blah blah blah);
foreach(Photo photo in photos.PhotoCollection)
{
    // Do something with the photo.
}

However, if the search returns no photos then PhotoCollection will be null (a 'feature' at the moment that I will try to remove at a later date).</description>
		<content:encoded><![CDATA[<p>jeremiah:</p>
<p>The PhotoCollection should be enumerable.</p>
<p>Photos photos = flickr.PhotosSearch(blah blah blah);<br />
foreach(Photo photo in photos.PhotoCollection)<br />
{<br />
    // Do something with the photo.<br />
}</p>
<p>However, if the search returns no photos then PhotoCollection will be null (a &#8216;feature&#8217; at the moment that I will try to remove at a later date).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-249</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 04 Nov 2005 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-249</guid>
		<description>All good points, thanks. I am working on some more indepth examples, along with releasing a new build of the source code. Keep tuned for more details.</description>
		<content:encoded><![CDATA[<p>All good points, thanks. I am working on some more indepth examples, along with releasing a new build of the source code. Keep tuned for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwfake</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-230</link>
		<dc:creator>dwfake</dc:creator>
		<pubDate>Mon, 24 Oct 2005 01:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-230</guid>
		<description>Thanks to all for this library - it has really come in useful over the past few months - and now that it is taking care of the new authentication requirements, it will be doubly so.

For those who need a bit more documentation, I'd recommend compiling the assembly and then loading it into Reflector http://www.aisto.com/roeder/dotnet/ - and of course the Flickr doc itself summarizes all the caps nicely - http://www.flickr.com/services/api/</description>
		<content:encoded><![CDATA[<p>Thanks to all for this library - it has really come in useful over the past few months - and now that it is taking care of the new authentication requirements, it will be doubly so.</p>
<p>For those who need a bit more documentation, I&#8217;d recommend compiling the assembly and then loading it into Reflector <a href="http://www.aisto.com/roeder/dotnet/" rel="nofollow">http://www.aisto.com/roeder/dotnet/</a> - and of course the Flickr doc itself summarizes all the caps nicely - <a href="http://www.flickr.com/services/api/" rel="nofollow">http://www.flickr.com/services/api/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-228</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 21 Oct 2005 11:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-228</guid>
		<description>You are correct. it needs more explanation.</description>
		<content:encoded><![CDATA[<p>You are correct. it needs more explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiah</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-215</link>
		<dc:creator>jeremiah</dc:creator>
		<pubDate>Tue, 04 Oct 2005 17:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-215</guid>
		<description>my mistake.  cached.  full apologies all around.</description>
		<content:encoded><![CDATA[<p>my mistake.  cached.  full apologies all around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiah</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-214</link>
		<dc:creator>jeremiah</dc:creator>
		<pubDate>Tue, 04 Oct 2005 17:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-214</guid>
		<description>thanks for deleting my comment.  i see you're able to accept criticism with open arms.  good work.</description>
		<content:encoded><![CDATA[<p>thanks for deleting my comment.  i see you&#8217;re able to accept criticism with open arms.  good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiah</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-208</link>
		<dc:creator>jeremiah</dc:creator>
		<pubDate>Tue, 04 Oct 2005 01:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-208</guid>
		<description>you still need to document this more.  there are people like me out here who want to learn how to use this API but are lost.  BE MORE VERBOSE for crying out loud.  terse examples don't help anyone except those who already know what they're doing.  

for example: the PhotosSearch method seems to return nothing?  what frakking good is it to search then make the results unreachable?  does it return something?  state that in your fucking documentation.

another example: how do i turn what I finally discovered PhotosSearch returns (Photos) into Photo[] so I can walk through it??  Photos doesn't implement IEnumerate so I can't walk it.  Also there isn't a method called Photos.GetPhotoArray(), which would make perfect sense, there is a method called PhotoCollection (with no parameters, so its not really a function) which returns a PhotoCollection.  Also the PhotoCollection collection also does not implement IEnumerable.  WTF?  

Do you even care about how much your API implementation is used?  I certainly do NOT want to use it in this state.</description>
		<content:encoded><![CDATA[<p>you still need to document this more.  there are people like me out here who want to learn how to use this API but are lost.  BE MORE VERBOSE for crying out loud.  terse examples don&#8217;t help anyone except those who already know what they&#8217;re doing.  </p>
<p>for example: the PhotosSearch method seems to return nothing?  what frakking good is it to search then make the results unreachable?  does it return something?  state that in your fucking documentation.</p>
<p>another example: how do i turn what I finally discovered PhotosSearch returns (Photos) into Photo[] so I can walk through it??  Photos doesn&#8217;t implement IEnumerate so I can&#8217;t walk it.  Also there isn&#8217;t a method called Photos.GetPhotoArray(), which would make perfect sense, there is a method called PhotoCollection (with no parameters, so its not really a function) which returns a PhotoCollection.  Also the PhotoCollection collection also does not implement IEnumerable.  WTF?  </p>
<p>Do you even care about how much your API implementation is used?  I certainly do NOT want to use it in this state.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-203</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 24 Sep 2005 10:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-203</guid>
		<description>Hello all,
Thought you may be interested in my little project this is using the Flickr.Net API.  It places geotagged photos onto a google map.  Check it out &lt;a href="http://flickrservice.liquidmesh.com/GeoViewer.aspx?set=573742" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hello all,<br />
Thought you may be interested in my little project this is using the Flickr.Net API.  It places geotagged photos onto a google map.  Check it out <a href="http://flickrservice.liquidmesh.com/GeoViewer.aspx?set=573742" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/flickrservice.liquidmesh.com');">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-193</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 18 Sep 2005 18:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-193</guid>
		<description>You're right - I'll correct the article above.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right - I&#8217;ll correct the article above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/#comment-191</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 18 Sep 2005 00:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wackylabs.net/?p=100#comment-191</guid>
		<description>Did I get the wrong source package or something? This code is wrong - it should be string token = f.AuthGetToken(frob).Token, since AuthGetToken returns an Auth, not a string.</description>
		<content:encoded><![CDATA[<p>Did I get the wrong source package or something? This code is wrong - it should be string token = f.AuthGetToken(frob).Token, since AuthGetToken returns an Auth, not a string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
