getImages Returns Invalid User
cmccrack
Registered Users Posts: 6 Beginner grinner
I'm writing a bit of code with the XML-RPC interface and have come across a problem using getImages(). I am logging in and getting a list of albums owned by me, which works just fine. However, when I try to pass my session id and one of my album ids to getImages it returns an invalid user fault. Anyone else used getImages successfully?
0
Comments
Once I do, I will post confirmed results to my list of verified APIs.
Good luck! Let us know how it goes..
Cheers!
loginWithPassword()
getAlbums()
using the AlbumID member of the returned struct:
getImages()
If there isn't then this method is broken for me.
Yeah, that was basically it. You can login, get session id, but cannot do anything else, not even logout:-).
Not that I need it, but it would be nice to have it working. Otherwise I'm afraid I'd have to hide it from my app to avoid users blaming me:-)
Cheers!