On Fri, Nov 7, 2008 at 3:46 AM, zinzia <[email protected]> wrote:
>
> 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');

Zinzia,
It doesn't look like you've sent anything to the network yet at that
point, and I don't see a redirect or hyperlink. That's odd.

Can you tell me what the value contained in $authSubUrl is?

-- 
Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
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