Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-12 Thread Doubt Dolson
This happens if : - auth.ini is not readable [Giving permission will solve it] - parse_ini_file function is not enabled [You can enable this funciton in php.ini file] - your path to auth.ini is not correct[You can echo the path on runtime and see if it is correct] Hopefully, one of the above

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-11 Thread Ad_nu
OK – I created a new client ID (with API console) and executed the file in command line (using shell client). Now I can see couple of error messages and URL. When I visit the URL I get error message: invalid_client no application name Errors that are displayed after the file is executed: Strict

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi, All of our examples (including the *GetRefreshToken.php*) are meant to be run from the command line. *GetRefreshToken.php* will write to stdout and prompt you to open a URL in your browser, then will wait on stdin for you to copy and paste the authorization code returned by the URL. Once

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Ad_nu
OK – Thanks I’m still getting blank pages though… - I copied the developerToken from AdWords API center - I created the client_id and client_secret with API console But when I run the “GetRefreshToken.php” page is blank. Is this more of a server issue (at my end) – or is there other required

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi, The sandbox endpoint was deprecated a while back in favor of test accounts. https://developers.google.com/adwords/api/docs/test-accounts Regarding simple tests, the GetCampaigns

How to get started with Adwords API PHP library 4.7.0 / v201309

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c

How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c