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