1
vote
2answers
35 views

Getting OriginalURL from API

I have my app authenticated with SmugMug through OAuth, and was able to perform smugmug.images.get to get OriginalURL regardless of client's setting on SmugMug website. Recently, I find out that the ...
1
vote
1answer
25 views

Remove api keys?

Is there a way to remove unused API Keys? Coming up empty on a search for this. It seems that this is not enough info to pass the stack sniff test as a quality post, so I'll add some more info here. ...
4
votes
1answer
68 views

SmugMug API not returning updated image positions

After arranging images in an album using the SmugMug drag/drop "arrange mode", smugmug.images.get will not return the updated image positions. The images do appear in the correct order within the ...
1
vote
1answer
49 views

Image formats retrieved on API

The API gives me a URL to retrieve the image at. What image formats does SmugMug use? Will it ever give me a raw format, for example? Thanks.
8
votes
2answers
294 views

I have an image's ID and KEY, how do I use them to actually get the image?

Say the image's ID is "imageid" and the Key is "imagekey". What's the magical formula to produce a url to view the image? What other options do I have at the time?
8
votes
1answer
360 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 ...