I'm new to the Google Adwords API and so far have managed to get the refresh token by running 'GetRefreshToken.php' via the command line.
/usr/bin/env php mypath/adwords/examples/AdWords/Auth/GetRefreshToken.php
However, when trying out one of the recommended examples - 'GetCampaigns.php', I get the following error -
An error has occurred: {
"error" : "deleted_client",
"error_description" : "The OAuth client was deleted."
}
Has anyone else had this problem?
Thanks