smugmug.images.getInfo
khargy
Registered Users Posts: 13 Big grins
I used the API last year so last year. so I'm a fairly familiar with it, so maybe I'm just forgetting something basic...
Lets say I have a URL like this:
http://khargy.smugmug.com/Trips/Russia/Moscow/Day7/i-J22W6qv/A
or even the image URL like:
http://khargy.smugmug.com/Trips/Russia/Moscow/Day7/i-J22W6qv/0/X2/2014-02-16_066m-X2.jpg
I want to call smugmug.images.getInfo but I need both the ImageID AND the ImageKey.
In this example J22W6qv is the ImageKey. Is there a way to get the ImageID with only the ImageKey?
Lets say I have a URL like this:
http://khargy.smugmug.com/Trips/Russia/Moscow/Day7/i-J22W6qv/A
or even the image URL like:
http://khargy.smugmug.com/Trips/Russia/Moscow/Day7/i-J22W6qv/0/X2/2014-02-16_066m-X2.jpg
I want to call smugmug.images.getInfo but I need both the ImageID AND the ImageKey.
In this example J22W6qv is the ImageKey. Is there a way to get the ImageID with only the ImageKey?
0
Comments
SmugMug Product Manager
It works for when I do it. I can traverse all my albums, get all the images and all the Image info in one method. You shouldn't need to login. If your Albums are public all you'll need is the ApiKey, ImageID and imageKey