Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-30 Thread Doubt Dolson
match a registered > redirect URI. > > Just for info, i installed this on my localhost with xampp and phph 5.4. > > In the dashboard API I set JavaScript origins at: http://localhost:8700 > and Redirect URIs with http://localhost:8700/ads (this is the folder > where I put all the files

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-30 Thread Doubt Dolson
elp. :) > > > Pada Jumat, 10 Januari 2014 19.54.53 UTC+7, Doubt Dolson menulis: >> >> Hi, >> >> As we were trying to get API access, we did follow the following >> procedure but with only failure. >> >> We got error messages at two places whil

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-17 Thread Doubt Dolson
hich case, I would recommend you create an OAuth 2.0 > Installed application to use with your PHP web application. > > Cheers, > > -- > Ray Tsang (AdWords API Advisor) > > > On Thursday, January 16, 2014 5:38:43 AM UTC-5, Doubt Dolson wrote: >> >> Hi Ray,

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-16 Thread Doubt Dolson
GetRefreshToken.php > should work as expected. > > Thanks, > > -- > Ray Tsang (AdWords API Advisor) > > > On Friday, January 10, 2014 7:54:53 AM UTC-5, Doubt Dolson wrote: >> >> Hi, >> >> As we were trying to get API access, we did follow the follow

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

Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-10 Thread Doubt Dolson
Hi, As we were trying to get API access, we did follow the following procedure but with only failure. We got error messages at two places while *1. Trying to get Authorization Code 'Error: redirect_uri_mismatch' 2. Trying to get Refresh Token 'Error: invalid_grant' * CASE # 1 :