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 using the Facebook.Connect component i get the following warnings: Strict (2048): Declaration of ConnectComponent::initialize() should be compatible with Component::initialize(Controller $controller) [APP/Plugin/Facebook/Controller/Component/ConnectComponent.php, line 250] Strict (2048): Declaration of ConnectComponent::startup() should...

Fatal error: Class 'Debugger' not found in ../app/Plugin/Facebook/Controller/Component/ConnectComponent.php on line 250 It seems to be a problem with PHP 5.4 http://cakephp.1045679.n5.nabble.com/Debugger-Class-not-found-CakePHP-2-1-PHP-5-4-td5582296.html#d1332513204000-993

I think you should remove all try-catch from FB.php and FacebookApi.php, and give the developers the possibilite to handle exceptions.It's more easily to debug erros in graph-api or avoid black-holes....

Hi, is there any way to retrieve the access_token when the user logs in and grants permission for publish_stream? It would be nice to be able to grab the token...

I use a custom link to share to FB from my site. It has been working great other than the fact that it opens in a full window, but all...

So I've got the system working half-well. When I log into facebook, it logs me into my cakePHP app. In my users/logout function, I redirect back to the homepage. I've...

Warning (4096): Argument 1 passed to Helper::__construct() must be an instance of View, none given, called in /Library/WebServer/Documents/idea_democracy/app/Plugin/Facebook/views/helpers/facebook.php on line 43 and defined [CORE/Cake/View/Helper.php, line 144] Notice (8): Undefined variable:...

Hi everyone, This isn't really an issue I guess, although I would consider it one, and find it hard to believe that I would be the only one wondering about...

I'm using cakephp 2.0 step to procedure : ```function beforeFacebookSave(){ $this->Connect->authUser['User']['name'] = $this->Connect->user('name'); return true; //Must return true or will not save. `````` } Erase cookies and the user in...

I use this, but dont work: Using cakephp 1.3 Login function working perfectly. Thanks.