Re: How to regenerate Tokens and save to database table (when application as a Web Service)

2015-08-05 Thread Pravin Yadav
Hi Anash, I am very thankful to u and your team to give me so much support regards AdWords Account implement,Manage & data fetch online and offline data. Your number of suggestions are useful. On Tuesday, July 21, 2015 at 12:28:25 AM UTC+5:30

Re: How to regenerate Tokens and save to database table (when application as a Web Service)

2015-07-20 Thread Anash P. Oommen (AdWords API Team)
Hi Pravin, You can setup the client library to refresh the access token by itself (without any user interaction), see https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2#dealing-with-invalid-oauth2-tokens for instructions. Cheers, Anash On Thursday, July 16, 2015 at 7:35:40

How to regenerate Tokens and save to database table (when application as a Web Service)

2015-07-16 Thread Pravin Yadav
Hi, I done with ASP.Net Service get data from offline adwords accounts. i saved oAuth.RefreshToken, oAuth.AccessToken, oAuth.UpdatedOn and oAuth.ExpiresIn in database table and used in my asp.net web service now it working properly But this web service i want use in sch