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?
How can i integrate a google login Method to my PHP Application? how can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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