Question: determining the featured image for an album through the API

lispniklispnik Registered Users Posts: 8 Beginner grinner
Is there a way in the API to get the "featured" image for an album, preferably just a thumbnail URL of it. (It's the image you can select from an album to represent the album as a whole on the galleries page).

Comments

  • lispniklispnik Registered Users Posts: 8 Beginner grinner
    edited August 26, 2010
    I think I've answered my own question -- it's the highlight attribute returned in albums.getInfo
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited August 26, 2010
    lispnik wrote: »
    I think I've answered my own question -- it's the highlight attribute returned in albums.getInfo

    yeah, if you want the Highlight element and a thumbnail url, add &Extras=Highlight,ThumbURL to your calls to either smugmug.albums.get or smugmug.users.getTree using API 1.2.2 thumb.gif
    David Parry
    SmugMug API Developer
    My Photos
Sign In or Register to comment.