Hi Mithila, When you created the application in the Cloud Console, did you create a *Native Application*? The redirect_uri_mismatch suggests that you may have used a different application type. Per the step by step OAuth2 PHP guide<https://code.google.com/p/google-api-adwords-php/wiki/OAuth2>, the sample requires *Native Application*.
Thanks, Josh, AdWords API Team On Monday, December 2, 2013 5:37:37 AM UTC-5, [email protected] wrote: > > Hi All, > > I have been trying to execute the GetKeywordIdeas.php it. But when I try > to execute the file it gives error and returns "An error has occurred: { > "error" : "invalid_client" } > > > These are the details used in \src\Google\Api\Ads\AdWords\auth.ini file > > developerToken = "APPROVAL PENDING TOKEN FROM GOOGLE ADWORDS API" > userAgent = "MY COMPANY NAME" > > client_id = "ID GENERATE USING GOOGLE CONSOLE WITH THE MCC account EMAIL > ID" > client_secret = "SECRET GENERATE USING GOOGLE CONSOLE WITH THE MCC account > EMAIL ID" > > Also when I run the GetRefreshToken.php , I get this error: > > Log in to your AdWords account and open the following URL: > https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=IDGENERATE > USING GOOGLE CONSOLE WITH THE MCC account EMAIL > ID&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F% > 2Fadwords.google.com%2Fapi%2Fadwords%2F&access_type=offline After > approving the token enter the authorization code here: Your OAuth2 > Credentials are incorrect. Please see the GetRefreshToken.php example. { > "error" : "invalid_request" } > > On executing this url it says > Error: redirect_uri_mismatch > > Not sure what is going wrong here. Since it says 'Your OAuth2 Credentials > are incorrect.' does it mean the credentials are not correctly generated? > > Kind regards, > > Mithila > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
