smugmug.albums.get Album Query
pbk
Registered Users Posts: 2 Beginner grinner
Hi the API is really really poorly documented and was wondering if any one knows how to query as an anonymous user all of my albums i figured that the call would be something like this
or is this not the right call to make?
because i get the following response
jsonXXXX({"stat":"fail","code":4,"message":"invalid user"});
http://api.smugmug.com/hack/json/1.2.0/?method=smugmug.albums.get&APIKey=MYKEY&SessionID=MYSESSIONID
or is this not the right call to make?
because i get the following response
jsonXXXX({"stat":"fail","code":4,"message":"invalid user"});
0
Comments
This thread may also be helpful:
http://www.dgrin.com/showthread.php?t=137990
Want faster uploading? Vote for FTP!
smugmug.albums.get need to be non anonymous?
If it does then what would be the preferred way to query your publicly visible albums ?
Want faster uploading? Vote for FTP!
if you are creating a session from smugmug.login.anonymously, no user info is tied to the session obviously...so when you call smugmug.albums.get, you need to provide the NickName parameter.
SmugMug API Developer
My Photos
Want faster uploading? Vote for FTP!