When I log in (PHP 5.2.x, PEAR/XML_RPC) I get the following error:
Error code: 500130 Message: DataError: invalid value for password
[invalid password]
I've sent the same password as I got in the email and used my regular
login ID. Any idea what I might be doing wrong?
Code fragment:
$client = new XML_RPC_Client('/xmlrpc/','api.ote.gandi.net', 443);
$msg = new XML_RPC_Message("login", array(
new XML_RPC_Value('XX123-GANDI', "string"),
new XML_RPC_Value('mypassword', "string"),
new XML_RPC_Value(TRUE, "boolean")
), "array");
$response = $client->send($msg);
Help!
Gandi API: Logging in
In topic: Logging in
You should be logged in to post new messages. Create an account.
- From:
Atlaz - Date: on 2008 Jan. 31 23:13
- Subject: Logging in