6 messages in com.googlegroups.adwords-apiRe: AdWords API Sending client email ...
FromSent OnAttachments
Wizzard20 Dec 2005 13:07 
Patrick Chanezon20 Dec 2005 16:43 
Wizzard20 Dec 2005 17:02 
MikeyB21 Dec 2005 08:47 
Wizzard21 Dec 2005 12:04 
Wizzard07 Jan 2006 01:34 
Subject:Re: AdWords API Sending client email in with headers gives error
From:Patrick Chanezon (chan@gmail.com)
Date:12/20/2005 04:43:13 PM
List:com.googlegroups.adwords-api

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?