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

I copied the plugin to the folder /var/www/tree/Plugin/Facebook From bootstrap.php I loaded it CakePlugin::load('Facebook'); I checked in the DebugKit toolbar and I can't find the Plugin is loaded under Variables...

Hi, I wanna thanks for the great plugin. Mu issue is I set the perms email on the login. However, when the facebook window open the email request does not...

Yes I am placing the afterFacebookLogin function in the AppController as mentioned in another post, but the content of the function is not beign executed. Is there something else I...

In my application I have three users and each user having their own model which manages their login. I am using prefixes to change the Auth user model dynamically in...

My app returns null when i logged on chrome browser, in firefox it works perfectly. My array Fb.Me is null. Thx

I am trying to logout directly from url (users/logout). It does logged out after redirect. Then when I refresh the page, it's logged in again. But when logging out using...

## Method I ``` function afterFacebookLogin(){ $this->redirect(array('controller' => 'pages', 'action' => 'home')); } ``` My afterFacebookLogin() function it only works after I reload the page from where I logged in...

Is there a possibility to integrate multiple FB apps with one CakePHP app (multiple facebook configs)?

Hi Sir, Iam using CakePHP-Facebook-Plugin(3.1.1) from 2 years , it's working fine but Facebook Announced " Releases Graph API v2.0 API versions older than v2.0 expire on April 30, 2015."...

This code create and call a custom event called "fbready" on document element. Very useful for custom javascript code on specific pages. Example: document.addEventListener('fbready', function(event){ // Do Something }); //...