hi Trevor,

there is a problem: my request fails at first step:

$scope = "http://www.google.com/calendar/feeds/";;
$secure = false;
$session = true;
$authSubUrl = Zend_Gdata_AuthSub::getAuthSubTokenUri($next, $scope,
$secure, $session);

at this point code stops....

$token=$_REQUEST['token'];
$tokened=Zend_Gdata_AuthSub::getAuthSubSessionToken($token);
$client = Zend_Gdata_AuthSub::getHttpClient($tokened);
$service = new Zend_Gdata_Calendar($client);
$service->enableRequestDebugLogging('/path/to/some/file.txt');




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to