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.

I would like to make a program which can view images, leave comments, etc. The program is for Android. I can't seem to figure out how to put comments using the API, at least for anonymous comments. Is there a way to do this, or does a person have to be logged in first?

share|improve this question
2  
For SPAM reasons, I would be surprised if Smugmug supports anonymous comments via the API. In the Smugmug service itself, a CAPTCHA is required. – jfriend00 Feb 4 '12 at 1:28

1 Answer

up vote 2 down vote accepted

Looking at the api documentation for smugmug.albums.comments.add and comparing it to smugmug.albums.comments.get there does not seem to be a way to post anonymous comments. It requires you to be logged in to leave a comment (which is probably a good thing).

share|improve this answer

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.