tags:

views:

24

answers:

1

How can i integrate a google login Method to my PHP Application? how can i work with that?what i mean is how my program will understand this is a particular user?

+1  A: 

Take a look at the documentation for Federated Login using the Google OpenID API: http://code.google.com/apis/accounts/docs/OpenID.html

Also, here is a link to a PHP class that you can use as a gateway to the API: http://www.andrewpeace.com/php-google-login-class.html

jordanstephens
@Jordanstephens : is that code on Zend?
Alex Mathew
I'm not familiar with Zend, maybe someone else can tell you...
jordanstephens
I am also not familiar with Zend ;).thats why i asked if it is with Zend, if so i cant use that for my educational purpose
Alex Mathew