I've tried all of this as well, and if I try to force renewing the token before it expires, it just gives me the current token. Then after it expires, I just always get the message: invalid_grant Token has been expired or revoked.
Specific examples on how to do this would be greatly appreciated. I've attempted using OAuth2TokenRefresher.php as well, no luck. Thanks! On Thursday, February 9, 2017 at 2:16:37 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Danny, > > You can check if the access token is about to expire and then refresh this > token as needed. The OAuth2TokenRefresher.php > <https://github.com/googleads/googleads-php-lib/blob/master/src/Google/AdsApi/Common/Util/OAuth2TokenRefresher.php> > provides > functionality to retrieve OAuth2 access tokens and handling refreshing the > token if it is going to expire. By default, the client libraries > automatically refresh expired access tokens. > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a7272ef4-95d1-4a3f-910e-1498cca787e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
