Re: OAuth PHP Question

2011-08-08 Thread Kevin Winter
Hi, You can specify the callBackUrl when executing RequestOAuthToken: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/Common/Lib/AdsUser.php#432 - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

OAuth PHP Question

2011-08-03 Thread Doug
I am using the OAuth library kindly provided by you guys, and I have found this: // Get the authorization URL for the OAuth token. $authorizationUrl = $user->GetOAuthAuthorizationUrl(); // In a web application you would redirect the user to the authorization URL // and after approving the