Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-17 Thread zemen
:29:01 UTC+2, zemen ha scritto: > > Hi, > > I'm trying to link a customer to my MCC account through my website > services. > Here the PHP code: > > // Generate a refreshable OAuth2 credential for authentication. > $oAuth2Credential = (new OAuth2TokenBuilder()

Re: Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-18 Thread zemen
Hi Luis, it does not work. What I mean was to stop receiving emails on MCC Extending invitation events. Thanks in advance, zemen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Extending invitations returns ManagedCustomerServiceError.NOT_AUTHORIZED error code

2018-05-16 Thread zemen
Hi, I'm trying to link a customer to my MCC account through my website services. Here the PHP code: // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->withClientId(self::MANAGER_CLIENT_ID)