I could be wrong, but I'm pretty sure that Zend_Openid doesn't play nice with Google. The current implementation doesn't support OpenID 2.0, and I'm pretty sure Google only supports 2.0.
CM <http://cmorrell.com/> *Chris Morrell* Web: http://cmorrell.com Twitter: @inxilpro <http://twitter.com/inxilpro> On Mon, Jul 12, 2010 at 3:41 AM, jiewmeng <[email protected]> wrote: > 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: Starting with Zend_OpenId > login<http://zend-framework-community.634137.n4.nabble.com/Starting-with-Zend-OpenId-login-tp2285803p2285803.html> > Sent from the Zend Framework mailing list > archive<http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-f634138.html>at > Nabble.com. >
