getURLs method for albums?
Motaba
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?
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?
0
Comments
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)
Thanks, but this returns only one URL - a link to the album. No lightbox, slideshow, or batch buy links are included in the response.