Problem with REST and invalid user
ollebulle
Registered Users Posts: 2 Beginner grinner
I'm trying to discover the API but when i ran the "smugmug.albums.get" I only get:
Here is my requests:
1.
2.
But both returns
Thanks in advance, Olle
<err code="4" msg="invalid user"/>
Here is my requests:
1.
http://api.smugmug.com/services/api/rest/1.2.2/?APIKey=XXX&method=smugmug.login.anonymouslyHere I get a sessionid that i try to use in the smugmug.albums.get method.
2.
http://api.smugmug.com/services/api/rest/1.2.2/?method=smugmug.albums.get&SessionID=XXXI've also tried:
http://api.smugmug.com/services/api/rest/1.2.2/method=smugmug.albums.get&NickName=XXX&SessionID=XXX
But both returns
<err code="4" msg="invalid user"/>
Thanks in advance, Olle
0
Comments
What was the NickName that you were sending ?
Cheers,
David
SmugMug API Developer
My Photos
It works now, I think I missspelled something. Thanks that you took your time.