Closed (fixed)
Project:
Flickr API
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 19:00 UTC
Updated:
16 Apr 2012 at 17:51 UTC
Hi,
is it possible to get
1) a list of all albums and
2) all images of an album?
I don't find any album related method at http://www.flickr.com/services/api/. However, I'm not familiar with flickr so maybe the album functions are hidden in another method?
Comments
Comment #1
larowlansee http://www.flickr.com/services/api/flickr.people.getPhotos.html
Comment #2
haggins commentedThanks larowlan but I think photostream and albums are not the same, are they?
In the meantime I got nearly what I wanted with emfield and media:flickr.
Comment #3
BarisW commentedThis can be done with
<?php $flickr->galleries_getList($user_id) ?>and<?php $flickr->galleries_getPhotos($gallery_id) ?>Remember that this is an API module, not a UI module. You might want to have a look at http://drupal.org/project/flickrgallery