Closed thearyanahmed closed 3 years ago
The response I get
{
"access_token": "a-access-token",
"expires_in": 3591,
"scope": "https://www.googleapis.com/auth/adwords https://www.googleapis.com/auth/dfp",
"token_type": "Bearer"
}
The refresh token is not present.
Please find an issue here. This library is for the Google Ads API, not the AdWords API and Ad Manager. Thank you.
I'm implementing the oauth2. Scopes are set for both adwords and admanager.
But unfortunately, I'm not getting any refreshToken.
I've tried both examples,
my code