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

larowlan’s picture

haggins’s picture

Thanks 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.

BarisW’s picture

Category: feature » support
Status: Active » Fixed

This 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.