Google uses Oauth[1] like Twitter. They even have a nice PHP library[2] that should help speed things along for you.
1: https://developers.google.com/accounts/docs/OAuth2 2: https://code.google.com/p/google-api-php-client/ On Thursday, August 16, 2012 2:42:37 AM UTC-7, ivnrmc wrote: > > Hello everyone, > > I am building custom web app, and I would like to integrate login and > register to the application with google account. I cannot find good source > of informations for CakePHP on the web. I already have a way how to > integrate Facebook and Twitter login/register to my web app. I am using > Facebook plugin from webtechnick and for Twitter I have written code that > is using Oauth. > So, if anyone have some more info about how to implemement Google accounts > into cakePHP web application, please respond. > > Thanks in advance! > Ivan > -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
