Quantcast

Registering users with Google accounts - CakePHP

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Registering users with Google accounts - CakePHP

Ivan Rimac
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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Registering users with Google accounts - CakePHP

jeremyharris
Google uses Oauth[1] like Twitter. They even have a nice PHP library[2] that should help speed things along for you.

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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Loading...