Hello everyone, I'm having a few issues migrating from v201302. In particular checking that the Access Token is still valid, whether it can be refreshed and finally refreshing it.
I've been looking through v201306 and have noticed that various user functions have had their names changed, *IsOAuth2AccessTokenValid*to * IsAccessTokenValid* for example. Is this documented anywhere? The code below checks the status of the Access Token and refreshes if necessary, however it is returning an authentication error under v201306. *Library: adwords_api_php_4.5.1** Version: v201306* ......... // Create a new user *$user = new AdWordsUser();* // Load the oAuth settings * $user->SetOAuth2Info(loadAuth($filename));* // Check that the access token is still valid *if (!$user->IsOAuth2AccessTokenValid()) {* // Check that the token can be refreshed *if ($user->CanRefreshAccessToken()) {* // Refresh the token *$user->RefreshOAuth2AccessToken();* .......... Any ideas would be gratefully accepted. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.