Album Access in API
huffman
Registered Users Posts: 19 Big grins
I'm really new to this API. If I use API methods
smugmug.login.withHash UserID, PasswordHash, APIKey
smugmug.albums.get NickName, SessionID, APIKey
The second one responds with "stat=ok" but lists only albums without passwords. I thought that, since I'm logged in as myself, I would be able to see password protected albums also. Can anyone clear up my understanding? Or tell me how to see all the albums?
Bill
smugmug.login.withHash UserID, PasswordHash, APIKey
smugmug.albums.get NickName, SessionID, APIKey
The second one responds with "stat=ok" but lists only albums without passwords. I thought that, since I'm logged in as myself, I would be able to see password protected albums also. Can anyone clear up my understanding? Or tell me how to see all the albums?
Bill
0
Comments
The answer seems to be the _su cookie. I was not keeping it. Didn't see that in the API descriptions but found it by more searches in these forums.
Bill