Re: AdWords API on App Engine PHp

2016-10-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mauricio, I'm afraid AdWords API PHP client library is not supported in App Engine yet. You can try using AdWords API Python client library on App Engine. This guide provides step-by-st

Re: AdWords API on App Engine PHp

2016-10-10 Thread Mauricio Oliveira
Hi, Isn't AdWords API PHP SDK supported by App Engine yet? On dev environment it works fine, but I'm getting several errors on App Engine Standard Environment, like: SimpleOAuth2Handler :: GetAccessToken Severity: Warning Message: array_merge(): Argument #2 is not an array Filename: Util/Si

Re: AdWords API on App Engine PHp

2014-06-19 Thread Ray Tsang (AdWords API Team)
Hi, Primarily it's because of the use of curl in the code (and maybe other things as well). Using this client library in the App Engine is not yet supported. Thanks, Ray On Wednesday, June 18, 2014 4:14:48 PM UTC-4, sha...@ibariocorp.com wrote: > > Hi, > > Yes i am trying to use the AdWords

Re: AdWords API on App Engine PHp

2014-06-19 Thread shahar
Hi, Yes i am trying to use the AdWords API Client Library for PHP. Any idea how i can make it work? Or any idea what is the reason that its not working so i can fix it? Also, any estimate on when it will work? Thanks On Wednesday, June 18, 2014 6:13:05 PM UTC+3, Ray Tsang (AdWords API Team)

Re: AdWords API on App Engine PHp

2014-06-18 Thread Ray Tsang (AdWords API Team)
Hi, Are you using the AdWords API client library for PHP? The client library does not support App Engine at the moment. Thanks, Ray On Wednesday, June 18, 2014 6:58:34 AM UTC-4, sha...@ibariocorp.com wrote: > > Hi, > > I'm trying to get the AdWords API working on App Engine (PHP Version). > >

AdWords API on App Engine PHp

2014-06-18 Thread shahar
Hi, I'm trying to get the AdWords API working on App Engine (PHP Version). On my local machine everything is working as needed, but as soon as i upload it to App Engine i'm getting a SoapFault error "Could not connect to host". When i dump the request itself and try it manually its working b