Options

Get all thumbnail links for one album

suntsusuntsu 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
MySmug, my Windows phone 7 smugmug client.
News about can be found on my website.

Comments

  • Options
    MSkaffariMSkaffari Registered Users Posts: 147 Major grins
    edited January 3, 2012
    suntsu wrote: »
    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

    You can request extra data with Extras-parameter. To request Thumbnail URLs you can add this to the smugmug.images.get request

    Extras=ThumbURL
  • Options
    suntsusuntsu Registered Users Posts: 37 Big grins
    edited January 11, 2012
    Hi,

    Exactly what i was looking for.
    Thanks a lot.
    MySmug, my Windows phone 7 smugmug client.
    News about can be found on my website.
Sign In or Register to comment.