Difference betwwen Authorization code and Refresh Token

2014-10-24 Thread Suma Reddy
Hi, I ran the GetRefreshToken.php file in cmd, it prompted a URL, on opening it in browser I got a code , It says copy this code switch to your application and paste it there. I am confused here, code that was generated , is it Authorization code or Refresh Token? And where exactly should I

Re: Difference betwwen Authorization code and Refresh Token

2014-10-24 Thread Danial Klimkin
Hello Suma, The code you are copying from the browser is the authorization code. The application (GetRefreshToken) will then generate the refresh token you need to put into auth.ini. -Danial, AdWords API Team. On Friday, October 24, 2014 11:10:05 AM UTC+4, Suma Reddy wrote: Hi, I ran