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

Dear Nick, I have play around with the branch 2.0 with the but the Login Button seem like does not work. So, I remove the FacebookHelper.php Line 458: $init .=...

After the update to 3.1.1 ``` javascript FB.Canvas.setSize(); ``` no longer works when placed after ``` php $this->Facebook->init(); ```

I'm getting reports that some people are constantly getting page reloads when they visit my app. Looking through forums and everything I'm thinking it may have something to do with...

I got the following problem, I try to get Facebook Connect working. The problem: 1.) $this->Facebook->login(); creates a Login button which shows up. After I click it Facebook asks me...

In the FB.init() there is the status flag, you could put it in the configuration, because this causes some errors when you are logged in as a normal user (nof...

Thank you again for this awesome plugin. The image path in the FacebookHelper for the custom login button gets changed to: ``` $source = '/Facebook/img/'.$options['img']; ``` It would be nice...

First of all, thanks for the great plugin! It helped me a LOT! Now for the issue: When making a canvas app, you don't really need to check if the...