Hello,
I am trying to set multiple scope to get user email as well users permission to access their adwords, but i cant find any feasible way to add scope, please advice me how can I set multiple scope to following code in adwords api???
$offline = TRUE;
$extra_para = array();
$extra_para['approval_prompt'] = 'force';
$OAuth2Handler = $user->GetOAuth2Handler();
$authorizationUrl = $OAuth2Handler->GetAuthorizationUrl($user->GetOAuth2Info(), $redirectUri, $offline, $extra_para);