0
votes
1answer
29 views

Move an image from one gallery to another gallery?

Essentially I am wanting to reorganize all photos, (but programmatically obviously) and would like to be able to move images from one gallery to another. Does the SmugMug API provided the ability to ...
3
votes
2answers
104 views

What is the best practice for getting a local data model of a users SmugMug and keeping it up to date?

I'm creating an application that has a component that lets the user browse through their SmugMug account from the top level down to a single photo. Looking at the API I have some ideas but have a ...