<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Random Musings&#187; flickr.urls.getUserPhotos</title> <atom:link href="http://www.nslms.com/tag/flickrurlsgetuserphotos/feed/" rel="self" type="application/rss+xml" /><link>http://www.nslms.com</link> <description></description> <lastBuildDate>Wed, 06 Jul 2011 20:47:34 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>Drupal Flickr Module.  Now with URLs!</title><link>http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link> <comments>http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/#comments</comments> <pubDate>Fri, 27 Mar 2009 17:04:27 +0000</pubDate> <dc:creator>RyanG</dc:creator> <category><![CDATA[drupal]]></category> <category><![CDATA[php]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[flickr.urls.getUserPhotos]]></category> <category><![CDATA[linkedin]]></category> <category><![CDATA[urls]]></category> <guid
isPermaLink="false">http://www.nslms.com/?p=67</guid> <description><![CDATA[Okay, so I&#8217;ve been a bit preoccupied with a couple projects which have slowed my efforts at blogging etc. In both cases, I&#8217;ve been working on websites that leverage the PHP based Drupal CMS.&#160; One of those projects is over at http://www.chasejarvisshoeproject.com.&#160; That site is basically a small community forum for some folks that are [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nslms.com%2F2009%2F03%2F27%2Fdrupal-flickr-module-now-with-urls%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nslms.com%2F2009%2F03%2F27%2Fdrupal-flickr-module-now-with-urls%2F&amp;source=rjgeyer&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br
/> </a></div><p>Okay, so I&#8217;ve been a bit preoccupied with a couple projects which have slowed my efforts at blogging etc.</p><p>In both cases, I&#8217;ve been working on websites that leverage the PHP based Drupal CMS.&nbsp; One of those projects is over at <a
href="http://www.chasejarvisshoeproject.com">http://www.chasejarvisshoeproject.com</a>.&nbsp; That site is basically a small community forum for some folks that are sending a pair of shoes around the world, and taking pictures of them in various locations and situations.&nbsp; Pretty cool.&nbsp; The result of this effort is a Flickr photo pool and a good time.</p><p>So, of course a website devoted to a group on Flickr, is going to require some integration with Flickr.&nbsp; Enter the <a
href="http://drupal.org/project/flickr">Drupal Flickr Module</a>.&nbsp; When I&nbsp;started using it, this module was still in either an alpha, or beta (can&#8217;t seem to remember) and has released it&#8217;s 1.0 as of the 25th of March.&nbsp; Throughout the time I&#8217;ve been using it however, there&#8217;ve been a few functions of the Flickr API which I&nbsp;needed, and the module didn&#8217;t support.&nbsp; Those were.</p><ul><li><a
href="http://flickr.com/services/api/flickr.groups.pools.getPhotos.html">flickr.groups.pools.getPhotos</a></li><li><a
href="http://flickr.com/services/api/flickr.urls.getGroup.html">flickr.urls.getGroup</a></li><li><a
href="http://flickr.com/services/api/flickr.urls.getUserPhotos.html">flickr.urls.getUserPhotos</a></li></ul><p>Since the framework of the module did the hard work of making the calls, it was easy to write my own methods which performed these Flickr API&nbsp;functions for me.&nbsp; And as the module developers released new versions, I&nbsp;just copy/pasted my code back into the new file, and went about my business.</p><p>Well when 1.0 was released, I&nbsp;took a closer look.&nbsp; It turns out they&#8217;d implemented the call to get photos from a group pool, but still nothing for the URL&#8217;s.&nbsp; So I&nbsp;figured I&#8217;d contribute and write a patch for the two calls I&nbsp;was still in need of.&nbsp; And that, is what you see here.</p><pre lang="diff">
569,597d568
< }
<
< /**
<  * @param $nsid
<  *   nsid of the group whose pool url will be returned
<  * @return
<  *   The URL portion of the response from the flickr method flickr.urls.getGroup
<  */
< function flickr_urls_get_group($nsid)
< {
<   $response = flickr_request('flickr.urls.getGroup', array('group_id' => $nsid));
< if($response)
<     return $response['group']['url'];
<
<   return FALSE;
< }
<
< /**
<  * @param $nsid
<  *   nsid of the user whose photostream url will be returned
<  * @return unknown_type
<  */
< function flickr_urls_get_user_photos($nsid)
< {
<   $response = flickr_request('flickr.urls.getUserPhotos', array('user_id' => $nsid));
< if($response)
<     return $response['user']['url'];
<
<   return FALSE;
</pre><p>As you can see, pretty basic but I&nbsp;figured I'd contribute.&nbsp; I&nbsp;posted this as a feature request/issue over on the Flickr Module's <a
href="http://drupal.org/node/414096">issue queue</a>, but have yet to receive a response.&nbsp; If nothing else, I&nbsp;can use this to patch the next version.&nbsp; Hopefully it helps someone else as well.</p> </pre><div
class="shr-bookmarks shr-bookmarks-center"><ul
class="socials"><li
class="shr-blogger"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a></li><li
class="shr-comfeed"> <a
href="http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal%20Flickr%20Module.%20%20Now%20with%20URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-posterous"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=210&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-digg"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="shr-friendfeed"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=43&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li
class="shr-googlereader"> <a
href="http://www.shareaholic.com/api/share/?title=Drupal+Flickr+Module.++Now+with+URLs%21&amp;link=http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/&amp;notes=Okay%2C%20so%20I%27ve%20been%20a%20bit%20preoccupied%20with%20a%20couple%20projects%20which%20have%20slowed%20my%20efforts%20at%20blogging%20etc.%0D%0AIn%20both%20cases%2C%20I%27ve%20been%20working%20on%20websites%20that%20leverage%20the%20PHP%20based%20Drupal%20CMS.%26nbsp%3B%20One%20of%20those%20projects%20is%20over%20at%20http%3A%2F%2Fwww.chasejarvisshoeproject.com.%26nbsp%3B%20That%20site%20is%20basically%20a&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a></li></ul><div
style="clear: both;"></div><div
class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a
target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div
style="clear: both;"></div></div> ]]></content:encoded> <wfw:commentRss>http://www.nslms.com/2009/03/27/drupal-flickr-module-now-with-urls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
