CakePHP 3.0, Any chat application for cakephp?

2015-01-20 Thread Jungsuk Lee
Hi I'm working on cakephp to build a website and i'd like to add chatting feature in it. and I'm considering Javascript based chat application. Using AJAX was too slow to use. any other way? Please help. Thank you in advance! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on T

Re: CakePHP 3.0, Any chat application for cakephp?

2015-01-22 Thread Jungsuk Lee
Oh I didn't know that there is a web socket available in cakephp. Thank you!! Hi I'm working on cakephp to build a website and i'd like to add chatting > feature in it. > and I'm considering Javascript based chat application. > > Using AJAX was too slow to use. any other way? > Please help. > >

Cakephp duplicate entry error

2015-04-01 Thread Jungsuk Lee
I've been using Cakephp 3.0 which was just released. since cakephp RC2, I had no problem to save data to database. However, when I updated it to 3.0, I got an error message which is "SQLSTATE[23000] : Integrity constraint violation: 1062 Duplicate entry '7-130' for key 'PRIMARY'" when I debu

logging in with user's email address only with Facebook account

2015-07-29 Thread Jungsuk Lee
hi I'm making an application which let user login with their Facebook account. then after i get their profile such as email address, I store the email address to user table. but I don't know how to log the user in. here is my code below. $fbUser = FacebookService::Instance()->getProfile(); $fbU