Questions related to the SmugMug API. Primarily for developers building apps using the API.
6
votes
1answer
120 views
Which domain should I load users' content (photos/videos) from?
When making API requests depending on what the user has setup or how you make the request you can get different results back for the URL to fetch photos from:
http://username.smugmug.com/...
...
3
votes
1answer
127 views
What is a good way to search on keywords using the SmugMug API?
I would like to be able to search on keywords through the API.
Has anyone tried - or can think of a better way - to search on keywords using a local database? Such as grabbing the keywords and image ...
8
votes
1answer
359 views
What image sizes are available from SmugMug natively and can I request specific sizes?
In my application I want to display thumbnail sized images, preview sized images and 'full sized' images, what sizes are available natively from SmugMug and is it possible to request specific image ...
2
votes
1answer
58 views
Why album's “last-updated” is not changed when I change it's properties?
I see that "last-updated" is changed only when I add/delete images from album.
But when I edit title or some other properties "last-updated" is not changed, whereas for images this is not the truth.
...