Re: CakePHP Gigya Social Network Plugin implementation

2010-09-25 Thread nurvzy
Hi Foroct, So the way gigya works is when logging in Gigya's server handles the authentication and saves a local UUID for that person, Upon a successful gigya login, gigya will send the user as a _GET request back to the url you choose. It is then up to you how to handle that. The plugin

Re: CakePHP Gigya Social Network Plugin implementation

2010-09-23 Thread Foroct
Moxby, That is what I thought too but it isn't working. I am wondering if after the plugin verifies a user from a social site and returns the user to my site do I then need to add some sort of function to have the plugin check if the user is in the table then either run the gigyaCreateUser

Re: CakePHP Gigya Social Network Plugin implementation

2010-09-22 Thread moxby
Foroct, I'm not too familiar with the plugin... but it looks like it automatically check for the user in the users table. I suspect this is the default behavior because of the function gigyaCreateUser($user). In order to create a new user, the plugin most likely checks if the user already exists

CakePHP Gigya Social Network Plugin implementation

2010-09-21 Thread Foroct
I was wondering if anyone here has had experience getting Nick Bakers CakePHP-Gigya plugin to work properly ? http://github.com/webtechnick/CakePHP-Gigya-Plugin I've contacted Nick but he is too busy to help at this time. I was able to get it running to the point where a user can click a social