exp:eeflickr:photosets_getList

Returns the photosets belonging to the specified user.

Params

  • user_id: ( required ) the user ID to get a list of photosets
  • sign: "yes" set to yes if you are requesting your (private,friends,family) data if this is not set only public data is returned for this tag. (about Authentication)
  • refresh: (cache time in minutes) this overrides the default time eeFlickr stores Flickr API data before requesting new data from Flickr

Full Tag

{exp:eeflickr:photosets_getList user_id="47282007@N00"}
    {id}
    {primary}
    {secret}
    {server}
    {farm}
    {photos}
    {title}
    {description}
    {description_alt}
    {description_clean}
    {description_br}
{
/exp:eeflickr:photosets_getList}


Sample Usage

{exp:eeflickr:photosets_getList user_id="47282007@N00"}
        
<div style="float:left; text-align:center; height:80px; width:80px; overflow:hidden;">
          <
a href="#"><img src="http://farm{farm}.static.flickr.com/{server}/{primary}_{secret}_s.jpg" alt="" /></a>
        </
div>
    
{/exp:eeflickr:photosets_getList}



Sample Will Output