Re: OAuth 2.0 confusion while I upgrade from ClientLogin to OAuth mechanism

2013-10-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's the right flow if you store refresh token. The client library refreshes the access token if access token expires. (Specifically it tests the condition if the access token needs to be refreshed in OAuth2Helper

OAuth 2.0 confusion while I upgrade from ClientLogin to OAuth mechanism

2013-10-03 Thread Sanju A
Hi Team, We are having a web server application which works online and also offline. Online : where we can do any change to campaigns(eg: changing the status or changing budget) Offline: with some Cron Trigger we dump the statistics of account/campaign offline every day through scheduler. So here