Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-18 Thread g12
I noticed that not just the getting the acess_token process is slow, but every call made against the adwords account. Like getting the customerIDs from adwords test MCC account. I get them all, but taking serious time. 2013. október 17., csütörtök 13:10:58 UTC+2 időpontban g...@mediasales.hu a

Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-18 Thread Paul Matthews (AdWords API Team)
Hi, It looks a lot like there's a network connectivity issue between your servers and the AdWords servers. Can you try running the code examples on a different network to confirm this. You can also use networking tools such as traceroute http://en.wikipedia.org/wiki/Traceroute to diagnose

Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-17 Thread g12
Hi! Thanks for your information. Sorry for the late answer, we were look after the DNS problem. We tried out two other DNS but its still slow. I am using the newest PHP client library V201309 and OAuth2handler to get the access token. Still, its slow, taking mins even with refresh token.

Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-10 Thread Paul Matthews (AdWords API Team)
Hi there, Which version of the php client library are you using as there is no method getAccessToken on the AdWords user? The request to the OAuth2 servers should be quick. Is there any chance you're having DNS issues or other networking issues that could slow down the request? As an aside,

Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-08 Thread g12
Hi! Since 1-2 week the process of getAccessToken is very slow. I am sending request with scopes useing OAuth 2.0. After that i am getting the code and calling the method against $user object. $user-getAccessToken($code,$callBackUrl); This is success, i get the data i want, but it's taking