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.

http://wiki.smugmug.net/display/API/show+1.3.0?method=smugmug.albums.get

Why I cannot see the following extras in response

  • SmugSearchable boolean (owner)
  • SortDirection boolean (owner)
  • SortMethod string (owner)
  • SquareThumbs boolean (owner)
share|improve this question
Seems this occurs only when Access=Public. – boraldomaster Jun 2 '12 at 19:52

1 Answer

You are correct in your subsequent comment, any property listed on the API page you linked to followed by (owner) will only be visible to the owner, which will require authentication.

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.