i am trying to get started with Zend_OpenId login but i am stuck at
require_once "Zend/OpenID/Consumer.php";
$consumer = new Zend_OpenId_Consumer();
if (!$consumer->login("https://www.google.com/accounts/o8/id",
"oid_return.php")) {
die("failed");
}
this always fails. i also tried using https still does not work ...
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Starting-with-Zend-OpenId-login-tp2285803p2285803.html
Sent from the Zend Framework mailing list archive at Nabble.com.