Highlight Image from Password Protected Album
infernoblitz
Registered Users Posts: 8 Beginner grinner
I am trying to build an app so users can browse their photo galleries on the phone. However, I have an issue grabbing the highlight image from a password protected album.
I'd like to make a call to smumug.albums.get and instead of the Highlight response being an image ID/key, get a valid URL for the image. Otherwise, I need to force the user to enter a password to an album before seeing the highlight image, which somewhat defeats the purpose of the highlight image. It seems like this would also maintain consistency with the smugmug site where the highlight image is always viewable without entering the album password.
If there is a workaround, any help would be appreciated. Thanks!
I'm using API 1.2.2 right now.
I'd like to make a call to smumug.albums.get and instead of the Highlight response being an image ID/key, get a valid URL for the image. Otherwise, I need to force the user to enter a password to an album before seeing the highlight image, which somewhat defeats the purpose of the highlight image. It seems like this would also maintain consistency with the smugmug site where the highlight image is always viewable without entering the album password.
If there is a workaround, any help would be appreciated. Thanks!
I'm using API 1.2.2 right now.
0
Comments
See my response here, it should be possible to return a url as well...I just need to add a mechanism to request a certain size.
Cheers,
David
SmugMug API Developer
My Photos
http://photos.smugmug.com/photos/random.mg?AlbumID=[AlbumID]&Size=[Tiny|Thumb|Small|etc]&AlbumKey=[AlbumKey]
SmugMug API Developer
My Photos
Want faster uploading? Vote for FTP!
This would be a perfect solution for my app, but it just returns an "Emtpy Gallery" image when used on a password protected gallery.
Want faster uploading? Vote for FTP!