"Invalid signature" using smugmug.albums.get api
GlassEyePhoto
Registered Users Posts: 1 Beginner grinner
Hello folks,
This is my first time working with smugmug apis.
I've managed to do the oauth dance and get an access token.
I can even do smugmug.auth.checkAccessToken and get details like user id, name & nickname
But when I do smugmug.albums.get, this is what I see:
If I add "&NickName=<mynickname>" as a parameter to the sigBaseString & query, I get back "invalid signature".
If I omit the nickname parameter, I get a successful response with my own albums.
Any pointers on what might be going on?
=GEP
PS: The reason I'd like to use the NickName parameter is because I'd like to be able to see albums from other users.
This is my first time working with smugmug apis.
I've managed to do the oauth dance and get an access token.
I can even do smugmug.auth.checkAccessToken and get details like user id, name & nickname
But when I do smugmug.albums.get, this is what I see:
If I add "&NickName=<mynickname>" as a parameter to the sigBaseString & query, I get back "invalid signature".
If I omit the nickname parameter, I get a successful response with my own albums.
Any pointers on what might be going on?
=GEP
PS: The reason I'd like to use the NickName parameter is because I'd like to be able to see albums from other users.
0