Get all thumbnail links for one album
suntsu
Registered Users Posts: 37 Big grins
Hi,
I'm creating a wp7 app(just for fun).
I am using smugmug api 1.3.0.
At the moment, authenticate via oAuth and some get album list/get picture info works.
How can i get a list of thumbnail links with one call?
I can get image information for all photos on a album with smugmug.images.get, but if i then want to get the thumbnail or any other resultion of the image, i have to call smugmug.images.getInfo for every photo.
Then i can extract the link for the thumbnail.
This is super slow since i have to make a request for every photo just to get the link, and then make a request to get the photo.
Any hints how i can get the link for all photos of an album with a single call?
cheers
manuel
I'm creating a wp7 app(just for fun).
I am using smugmug api 1.3.0.
At the moment, authenticate via oAuth and some get album list/get picture info works.
How can i get a list of thumbnail links with one call?
I can get image information for all photos on a album with smugmug.images.get, but if i then want to get the thumbnail or any other resultion of the image, i have to call smugmug.images.getInfo for every photo.
Then i can extract the link for the thumbnail.
This is super slow since i have to make a request for every photo just to get the link, and then make a request to get the photo.
Any hints how i can get the link for all photos of an album with a single call?
cheers
manuel
0
Comments
You can request extra data with Extras-parameter. To request Thumbnail URLs you can add this to the smugmug.images.get request
Extras=ThumbURL
http://msphoto.smugmug.com
http://twitter.com/tasmanic
Exactly what i was looking for.
Thanks a lot.
News about can be found on my website.