Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-30 Thread Jan Catrysse
Great!! Works like a charm! Big thanks Op maandag 29 juli 2013 11:14:53 UTC+2 schreef Paul Matthews (AdWords API Team) het volgende: > > Hi Jan, > > The best solution to bypass this issue is to cause a refresh of the > access_token before you fork the process. Insert the following code before

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-29 Thread Paul Matthews (AdWords API Team)
Hi Jan, The best solution to bypass this issue is to cause a refresh of the access_token before you fork the process. Insert the following code before the wile loop: $oauth2info = $user->GetOAuth2Info

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Jan, I think that can be avoided if the access token is cached and only requested when the access token is about to expire. I'm asking the PHP library maintainer for comments. Best, - Takeshi, On Thursday, July 25, 2013 5:23:24 AM UTC+9, Jan Catrysse wrote: > > Hello, > > We've updated to

Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-26 Thread Jan Catrysse
Hello, We've updated to adWords API v201306 and switched from simple login to OAuth2. We are using one MCC account to access multiple underlying customer accounts. OAuth2 is working fine when accessing only a few ClientCustomerId’s. A “User Rate Limit Exceeded” error is occurring when spawning