whoops sorry, now I change it to $client = new Zend_Gdata_HttpClient();

but now the error's *Fatal error*: Class 'Zend_Gdata_HttpClient' not found

On Thu, Oct 16, 2008 at 2:41 AM, MWW Code <[EMAIL PROTECTED]> wrote:

> Oh one more thing...I just updated to ZF 1.6 so I could use your code
> which involves setting a private key as indicated in this snip:
>
> $client = new Zend_Http_Client();
>
>   // This sets your private key to be used to sign subsequent requests
>   $client->setAuthSubPrivateKeyFile('parsakey.pem', null, true);   # --
> parsakey.pem is in the same directory as the calling page
>   $sessionToken =
> Zend_Gdata_AuthSub::getAuthSubSessionToken(trim($_GET['token']), $client);
>
> But when we test our AuthSub registration at ManageDomains, we receive this
> error:
> *Fatal error*: Call to undefined method
> Zend_Http_Client::setAuthSubPrivateKeyFile()
> I wasn't sure why that error pops up coz the Zend_Http_Client is good.
>
> Thanks again in advance
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Health Developers" 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/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to