<?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: phpFlickr 2.2.0, at long last!</title>
	<atom:link href="http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 20:32:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sammy Deprez</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-82458</link>
		<dc:creator>Sammy Deprez</dc:creator>
		<pubDate>Fri, 05 Dec 2008 15:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-82458</guid>
		<description>Please help me with the following method &#039;photos_recentlyUpdated()&#039;, Can you give an example of the given arguments please?
I tried everything, everytime I reveive an empty array.</description>
		<content:encoded><![CDATA[<p>Please help me with the following method &#039;photos_recentlyUpdated()&#039;, Can you give an example of the given arguments please?<br />
I tried everything, everytime I reveive an empty array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-81976</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-81976</guid>
		<description>@&lt;a href=&quot;#comment-81916&quot; rel=&quot;nofollow&quot;&gt;Taller76&lt;/a&gt;: If your application isn&#039;t authenticated and your privacy settings do not allow the download of the original size, you will not be able to get the original secret.  What is your Flickr account?</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-81916" rel="nofollow">Taller76</a>: If your application isn&#039;t authenticated and your privacy settings do not allow the download of the original size, you will not be able to get the original secret.  What is your Flickr account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-81975</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-81975</guid>
		<description>@&lt;a href=&quot;#comment-73566&quot; rel=&quot;nofollow&quot;&gt;Greg S.&lt;/a&gt;: The library had always supported PHP4 and PHP5.  It should work just fine in both.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-73566" rel="nofollow">Greg S.</a>: The library had always supported PHP4 and PHP5.  It should work just fine in both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taller76</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-81916</link>
		<dc:creator>Taller76</dc:creator>
		<pubDate>Sun, 23 Nov 2008 05:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-81916</guid>
		<description>no dice getting the originalsecret or originalformat dont to work...I have a pro flickr account but cant get the url to format correctly it omits both properties. Sorry for my n00biness

http://www.flickr.com/services/api/misc.urls.html

Photo Source URLs

You can construct the source URL to a photo once you know its ID, server ID, farm ID and secret, as returned by many API methods.

The URL takes the following format:

http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}.jpg
	or
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}_[mstb].jpg
	or
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg&#124;gif&#124;png)

Size Suffixes

The letter suffixes are as follows:
s	small square 75x75
t	thumbnail, 100 on longest side
m	small, 240 on longest side
-	medium, 500 on longest side
b	large, 1024 on longest side (only exists for very large original images)
o	original image, either a jpg, gif or png, depending on source format

Note: Original photos behave a little differently. They have their own secret (called originalsecret in responses) and a variable file extension (called originalformat in responses). These values are returned via the API only when the caller has permission to view the original size (based on a user preference and various other criteria). The values are returned by the flickr.photos.getInfo method and by any method that returns a list of photos and allows an extras parameter (with a value of original_format), such as flickr.photos.search. The flickr.photos.getSizes method, as always, will return the full original URL where permissions allow.</description>
		<content:encoded><![CDATA[<p>no dice getting the originalsecret or originalformat dont to work&#8230;I have a pro flickr account but cant get the url to format correctly it omits both properties. Sorry for my n00biness</p>
<p><a href="http://www.flickr.com/services/api/misc.urls.html" rel="nofollow">http://www.flickr.com/services/api/misc.urls.html</a></p>
<p>Photo Source URLs</p>
<p>You can construct the source URL to a photo once you know its ID, server ID, farm ID and secret, as returned by many API methods.</p>
<p>The URL takes the following format:</p>
<p><a href="http://farm" rel="nofollow">http://farm</a>{farm-id}.static.flickr.com/{server-id}/{id}_{secret}.jpg<br />
	or<br />
<a href="http://farm" rel="nofollow">http://farm</a>{farm-id}.static.flickr.com/{server-id}/{id}_{secret}_[mstb].jpg<br />
	or<br />
<a href="http://farm" rel="nofollow">http://farm</a>{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)</p>
<p>Size Suffixes</p>
<p>The letter suffixes are as follows:<br />
s	small square 75&#215;75<br />
t	thumbnail, 100 on longest side<br />
m	small, 240 on longest side<br />
-	medium, 500 on longest side<br />
b	large, 1024 on longest side (only exists for very large original images)<br />
o	original image, either a jpg, gif or png, depending on source format</p>
<p>Note: Original photos behave a little differently. They have their own secret (called originalsecret in responses) and a variable file extension (called originalformat in responses). These values are returned via the API only when the caller has permission to view the original size (based on a user preference and various other criteria). The values are returned by the flickr.photos.getInfo method and by any method that returns a list of photos and allows an extras parameter (with a value of original_format), such as flickr.photos.search. The flickr.photos.getSizes method, as always, will return the full original URL where permissions allow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg S.</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-73566</link>
		<dc:creator>Greg S.</dc:creator>
		<pubDate>Thu, 02 Oct 2008 19:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-73566</guid>
		<description>Will this work with PHP 5 now or are you still only supporting PHP 4?  Thanks.</description>
		<content:encoded><![CDATA[<p>Will this work with PHP 5 now or are you still only supporting PHP 4?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Mackney</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-56780</link>
		<dc:creator>Richard Mackney</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-56780</guid>
		<description>Thanks Dan, brilliant. Check out http://www.flickr.com/photos/mackney/2609314214/</description>
		<content:encoded><![CDATA[<p>Thanks Dan, brilliant. Check out <a href="http://www.flickr.com/photos/mackney/2609314214/" rel="nofollow">http://www.flickr.com/photos/mackney/2609314214/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Coulter</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-36114</link>
		<dc:creator>Dan Coulter</dc:creator>
		<pubDate>Tue, 29 Jan 2008 00:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-36114</guid>
		<description>Actually, though I&#039;ve never published the link to the SVN repository, it is public.  You can find it here: &lt;a href=&quot;http://svn.ssdn.us/phpflickr/&quot; rel=&quot;nofollow&quot;&gt;http://svn.ssdn.us/phpflickr/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Actually, though I&#039;ve never published the link to the SVN repository, it is public.  You can find it here: <a href="http://svn.ssdn.us/phpflickr/" rel="nofollow">http://svn.ssdn.us/phpflickr/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Olesen</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-35890</link>
		<dc:creator>Lars Olesen</dc:creator>
		<pubDate>Sat, 26 Jan 2008 13:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-35890</guid>
		<description>Great work, once again. Why not make it available through subversion also, seeing that you already release through SourceForge. That way if anyone can always follow the latest improvements, and you are able to checkout a specific version of phpFlickr (for instance the version which supported 23hq - and make our own bugfixes to that).</description>
		<content:encoded><![CDATA[<p>Great work, once again. Why not make it available through subversion also, seeing that you already release through SourceForge. That way if anyone can always follow the latest improvements, and you are able to checkout a specific version of phpFlickr (for instance the version which supported 23hq &#8211; and make our own bugfixes to that).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-35798</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 25 Jan 2008 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-35798</guid>
		<description>Yeahh... well done!</description>
		<content:encoded><![CDATA[<p>Yeahh&#8230; well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amything</title>
		<link>http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/comment-page-1/#comment-35134</link>
		<dc:creator>Amything</dc:creator>
		<pubDate>Fri, 18 Jan 2008 10:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/2008/01/18/phpflickr-220-at-long-last/#comment-35134</guid>
		<description>Great! Thanks alot.</description>
		<content:encoded><![CDATA[<p>Great! Thanks alot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
