Problems with getAlbums API Call
Aaron Christy
Registered Users Posts: 30 Big grins
I'm hoping someone can help me with the getAlbums call.
I have no problems getting a valid response back when I am logged in securely as myself (loginWithPassword). However, when I do a login anonymously call and then I pass both a valid session ID and (what I think is a) valid nickname, I get a:
<methodresponse> <fault> <value> <struct> <member> <name>faultCode</name> <value> <int>4</int> </value> </member> <member> <name>faultString</name> <value> <string>invalid user</string> </value> </member> </struct> </value>
The session ID is valid and the nickname I was using was "surfacedamage". I also tried a friend's smugmug nickname with no luck.
Is there some trick to this that I am missing?
Thanks,
Aaron
</fault> </methodresponse>
I have no problems getting a valid response back when I am logged in securely as myself (loginWithPassword). However, when I do a login anonymously call and then I pass both a valid session ID and (what I think is a) valid nickname, I get a:
<methodresponse> <fault> <value> <struct> <member> <name>faultCode</name> <value> <int>4</int> </value> </member> <member> <name>faultString</name> <value> <string>invalid user</string> </value> </member> </struct> </value>
The session ID is valid and the nickname I was using was "surfacedamage". I also tried a friend's smugmug nickname with no luck.
Is there some trick to this that I am missing?
Thanks,
Aaron
</fault> </methodresponse>
..........................................................
Aaron Christy
http://www.surfacedamage.com/
Aaron Christy
http://www.surfacedamage.com/
0
Comments
As I mentioned before, anonymous login didn't work - not a single call with that session id ever succeded, including logout.
Aaron Christy
http://www.surfacedamage.com/
There is loginWithHash method.. Just save the hash - and use it until it's invalid..
I realized after messing around a bit more that I absolutely need to have the anonymous login method working correctly in order to complete my little smugmug doo-dad. It will not work correctly otherwise and loses all value.
Can you lend any assistance in tracking down the problem (see above thread)?
Aaron Christy
http://www.surfacedamage.com/