Have you tried APIlity?
http://google-apility.sourceforge.net/
P@
On 12/20/05, Wizzard <wiza...@gmail.com> wrote:
Hi there,
Using php when I try and to in my clients account in the headers
$email = "<email>mydevemail@</email>";
$password = "<password>MyPass</password>";
$userAgent = "<useragent>SomeAgent</useragent>";
$token = "<token>MyToken</token>";
$clientacc = "<clientEmail>ClientEmail@</clientEmail>";
$header = $email . $password . $userAgent . $token . $clientacc;
I get this error
FAULT: 1
Code: soapenv:Server.userException
String: Login with this username/password failed.
Detail:
When I login to my google api account I can see my clientemail in there
and can view/acess that account. So how come I can access it via the
api?