Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-12-09 Thread Danial Klimkin
Hello Larisa, It looks like you collect OAuth2 credentials (access token) but send it as clientLogin header. The OAuth2 credentials needs to be sent in the HTTP header instead of SOAP header. Please see the Signing API request section in the documentation:

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-12-04 Thread larisa bolgova
Hi. I wanna get user account customerId to get all his campaings, etc. i try to do so in this way *$client = new Google_Client();* *$client-setApplicationName('name');* *$client-setClientId('application id');* *$client-setClientSecret('AppGoogleOAuthClientSecret');*