Get the list of photos in a set.
Params
- photoset_id: ( required ) The id of the photoset to return the photos for.
- privacy_filter: Return photos only matching a certain privacy level. This only applies when making an authenticated call to view photos you own. Valid values are:
- 1 public photos
- 2 private photos visible to friends
- 3 private photos visible to family
- 4 private photos visible to friends & family
- 5 completely private photos
- page: The page of results to return. If this argument is omitted, it defaults to 1.
- per_page: Number of photos to return per page. If this argument is omitted, it defaults to 500. The maximum allowed value is 500.
- extras: A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update.
- 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_getPhotos photoset_id="1813717" page="page1" per_page="30" }
{eeflickr:photosets_getPhotos_loop}
{id}
{secret}
{server}
{farm}
{title}
{isprimary}
{datetaken}
{datetakengranularity}
{ownername}
{iconserver}
{iconfarm}
{originalsecret}
{originalformat}
{lastupdate}
{/eeflickr:photosets_getPhotos_loop}
{eeflickr:photosets_getPhotos_paging}
{page}
{pages}
{perpage}
{total}
{/eeflickr:photosets_getPhotos_paging}
{/exp:eeflickr:photosets_getPhotos}