CakePHP-Facebook-Plugin icon indicating copy to clipboard operation
CakePHP-Facebook-Plugin copied to clipboard

CakePHP Facebook Plugin

Results 67 CakePHP-Facebook-Plugin issues
Sort by recently updated
recently updated
newest added

When i try to Login or Logout of the app the second time. before Closing the browser i am getting this error. Any idea how to solve this ? Link:...

//attempt to find user by facebook_id- has no commonality with the user table as a whole. So if an already registered user has the same email as a facebook account,...

CakePHP 2.3.0, Core i7, 8Gb RAM, takes 5-10 seconds according microtime(true), to execute.

The channel URL specified in the javascript added by the helper init function is not correct. It must be absolute path with protocol (or //). See https://developers.facebook.com/blog/post/530/ (under the example...

Hi webtechnick Hope you are doing well I have problem using your plugin i have place all files in this directory C:\wamp\www\cak2\app\plugins\facebook and one file is copy and place config...

I am using version 5.3.8 of PHP, CakePHP version 2.2.3, and version 3.1.1 of the Plugin. If Facebook.Connect active component, the cake throws an error that is not AppModel class....

I have the feeling the beforeFacebookSave isn't been called. I need to save a user's email, firstname and lastname so what I do now is: ``` $fb_array = $this->Connect->user(); if(...

Hi i'm getting php warning when trying to access to the facebook api : Warning (2): call_user_func_array() expects parameter 1 to be a valid callback, first array member is not...

I have a issue when I uses the plugin, I cannot use "redirect" in Helper Facebook::login() and logout(). I also can not use function afterFacebookLogin() to redirect, the app will...