I'm trying to get the images list for a gallery, calling smugmug.images.get. I'm not using OAuth, I'm including SessionID in the GET call.
I'm getting a response:
{
code = 4;
message = "invalid user (SitePassword)";
method = "smugmug.images.get";
stat = fail;
}
This occurs when a site password is set.
How do I need to authenticate this call? Thanks.