Message boards : Web interfaces : Web RPCs
Message board moderation
Author | Message |
---|---|
Send message Joined: 17 May 06 Posts: 5 |
Any help would be greatly appreciated. I'm working on an account manager system. Has anybody had any luck issuing the lookup_account.php RPC? Every project I hit returns <account_out> <error_num>-161</error_num> </account_out> I suspect that the passwd_hash parameter I'm passing is the culprit. I'm using the MD5 implementation in .NET to create the hash. I'm hashing a string that concatenates my account password and email address like: passwordemailaddress. I urlencode the result and pass it in the passwd_hash parm of the http get request. Thanks! John |
Send message Joined: 17 May 06 Posts: 5 |
After converting my hash to lower case everything worked. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.