Re: Unable to get refresh Token

2018-01-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The client ID and client secret you used are for the *Web application* flow. The *GetRefreshToken.php* example will only work if the client ID and client secret specified are for credentials with *Application type = Other* (the installed application flow). Please see the *Create a client

Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How do i generate the authorization code? here is the link to what i done : http://prntscr.com/i4f455 after Running the url, the result is : http://prntscr.com/i4f7hy On Wednesday, 3 September 2014 14:42:18 UTC+5:30, Shukla Abhinav wrote: > > *I am trying to run my adwords but

Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How can i get the authorization code ?? here is the link what i done : http://prntscr.com/i4f455 Looking for your valuable solution. And can i looking to push client contacts to adwords account , with out running on the browser how can i push the data ?? On Wednesday, 3 September 2014

Unable to get refresh Token

2014-09-08 Thread Shukla Abhinav
*I am trying to run my adwords but everytime I try to execute the GetRefreshToken.php file on my server I get the following error* quot;Warning: Error parsing ../aw/src/Google/Api/Ads/AdWords/Lib/api.properties on line 14 in .. /aw/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php on

Re: Unable to get refresh Token

2014-09-08 Thread Anash P. Oommen (AdWords API Team)
Hi Shukla, I believe this is related to the issue in the other thread, where you mentioned that SOAP is not enabled in your PHP environment. The issue should get addressed once that is fixed. The instructions to setup PHP library with OAuth2 can be found at

Re: Unable to get refresh Token

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi, Are you running GetRefreshToken.php from the command line? All of the examples are meant to be run from the command line, as they write to stdout and (in some cases) read from stdin. Also, if you haven't already done so, I'd recommend going through the PHP library's Using OAuth 2.0 page

Unable to get refresh Token

2014-09-03 Thread Shukla Abhinav
*I am trying to run my adwords but everytime I try to execute the GetRefreshToken.php file on my server I get the following error* quot;Warning: Error parsing ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties on line 14 in ..