1
vote
1answer
42 views

How do I find a user's nickname from their custom domain?

In my app, I'd like to allow users to input their custom domain instead of just their nickname. Is there a public API I can use to turn that custom domain into their nickname for use in other 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/... ...
5
votes
1answer
73 views

Which domains can flash make requests to on SmugMug - contain crossdomain.xml file?

I'm building a Flash application that accesses SmugMug and while api.smugmug.com contains a crossdomain.xml file that lets Flash make requests there, other domains don't, namely www.smugmug.com. ...