<?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: Source for &quot;A User&#039;s Photos&quot;</title>
	<atom:link href="http://phpflickr.com/examples/a-users-photos/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpflickr.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 20:32:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ludo</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-87421</link>
		<dc:creator>Ludo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 23:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-87421</guid>
		<description>Ok. Thank you for your answear !</description>
		<content:encoded><![CDATA[<p>Ok. Thank you for your answear !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-87385</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-87385</guid>
		<description>You can directly code the HTML to display images from Flickr without an API key.  The API lets you do a more automated fetching of images to display, like fetching the last 10 images in your photostream.  To do the more advanced things that the API lets you do, you need an API key.  And yes, I did fill in an API key in the example.</description>
		<content:encoded><![CDATA[<p>You can directly code the HTML to display images from Flickr without an API key.  The API lets you do a more automated fetching of images to display, like fetching the last 10 images in your photostream.  To do the more advanced things that the API lets you do, you need an API key.  And yes, I did fill in an API key in the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludo</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-87365</link>
		<dc:creator>Ludo</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-87365</guid>
		<description>Hi .
Something that i don&#039;t understand, is why i have to fill with an API key, i mean, only for displaying pictures.
On this online exemple, did you fill in with your API KEY ?</description>
		<content:encoded><![CDATA[<p>Hi .<br />
Something that i don&#039;t understand, is why i have to fill with an API key, i mean, only for displaying pictures.<br />
On this online exemple, did you fill in with your API KEY ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-86623</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 19 Mar 2009 03:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-86623</guid>
		<description>If you just leave the cache method call out, it won&#039;t ever activate the cache.</description>
		<content:encoded><![CDATA[<p>If you just leave the cache method call out, it won&#039;t ever activate the cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simmons</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-85085</link>
		<dc:creator>simmons</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-85085</guid>
		<description>hello!
thank you for your work.
how can i disable the cache?
i&#039;m tryng to use this code...but something is wrong. When i search for the username....doesn&#039;t apper anythings... maybe because i don&#039;t passed the $f-&gt;enableCache(
    &quot;db&quot;,
    &quot;mysql://[username]:[password]@[server]/[database]&quot;
 ??
take a look there http://www.super-web.it/provaapi/flickrapi.php
thank you.</description>
		<content:encoded><![CDATA[<p>hello!<br />
thank you for your work.<br />
how can i disable the cache?<br />
i&#039;m tryng to use this code&#8230;but something is wrong. When i search for the username&#8230;.doesn&#039;t apper anythings&#8230; maybe because i don&#039;t passed the $f-&gt;enableCache(<br />
    &#034;db&#034;,<br />
    &#034;mysql://[username]:[password]@[server]/[database]&#034;<br />
 ??<br />
take a look there <a href="http://www.super-web.it/provaapi/flickrapi.php" rel="nofollow">http://www.super-web.it/provaapi/flickrapi.php</a><br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://phpflickr.com/examples/a-users-photos/source/comment-page-1/#comment-83327</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 02 Jan 2009 21:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?page_id=112#comment-83327</guid>
		<description>Typo on line 25? should read &quot;$f-&gt;buildPhotoURL($photo, &quot;Square&quot;)&quot;</description>
		<content:encoded><![CDATA[<p>Typo on line 25? should read &#034;$f-&gt;buildPhotoURL($photo, &#034;Square&#034;)&#034;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

