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 I
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 everytime
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 21:48
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 https://github.com/googleads/googlea
*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*
"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 line 40
*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*
"Warning: Error parsing
../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties
on line 14 in ..
/googleads-php-lib-master/src/Google/Api/Ads/
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
<