Options

getURLs method for albums?

MotabaMotaba Registered Users Posts: 6 Beginner grinner
I am looking for a way to obtain URLs for sharing an album (e.g. Lightbox URL, slideshow URL, etc)
There is a smugmug.images.getURLs method which returns all flavors of links for a single photo. Curious why there is no similar method for albums? Or am I missing something?

Comments

  • Options
    David PLDavid PL Registered Users Posts: 80 Big grins
    edited March 5, 2013
    There are several methods to get the AlbumURL from the API, including:

    1) call smugmug.albums.get with Extras=AlbumURL (the response will include a listing of the albums for the user including the AlbumURL for each)
    2) call smugmug.albums.get with Heavy=1 (response will include the AlbumURL along with all the other available album attributes)
    3) call smugmug.albums.getInfo with the AlbumID/Key for a specific Album (this is useful if you only want the URL for one specific pre-determined album)
  • Options
    MotabaMotaba Registered Users Posts: 6 Beginner grinner
    edited January 28, 2014
    David PL wrote: »
    call smugmug.albums.getInfo with the AlbumID/Key for a specific Album (this is useful if you only want the URL for one specific pre-determined album)

    Thanks, but this returns only one URL - a link to the album. No lightbox, slideshow, or batch buy links are included in the response.
Sign In or Register to comment.