Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

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 calls?

share|improve this question

1 Answer

up vote 1 down vote accepted

I don't see this as being possible since the SmugMug login via the web site (or via API 1.2.2 prior to oAuth from the current API version) requires either the email address or SmugMug nickname. And if you don't log in to an account, to retrieve information on an account via smugmug.users.getInfo requires the nickname.

share|improve this answer
Right, I was hoping for some sort of "secret" method to do it. ;-) Thanks for confirming there's no way! Hopefully it's considered for the next API update. – Jordan H. Dec 24 '12 at 2:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.