CakePHP-Facebook-Plugin
CakePHP-Facebook-Plugin copied to clipboard
CakePHP Facebook Plugin
I tried to use the plugin with CakePHP 2.3.1 but $this->Connect->user() always return null. in my apache_errot.log I have these entries : - Invalid or no certificate authority found, using...
hellow!... first off, awesome job in creating this amazing easy to use plugin! :) :+1: Second, i would like to know how i can make it easy to add functions...
Can anyone suggest how to add a href option to the comments helper? If the data-href attribute is not included, you get the yellow warning box of operating in compatibility...
Hi all, I have install plugin facebook into cakephp 2.3.1. I only test with the function: $this->Facebook->share('http://www.example.com/url_to_share'); but it show a empty page. Does it run with cakephp 2.3.1? Thanks,
I would really like some solution to this problem. I tried every possible way to logout only from my app and not from facebook and I did not found a...
Is it possible to use the Facebook Connect component without it automatically logging in the user based on her facebook id? Thanks!
For some reason, I'm losing the access token shortly after a login. I checked the _SESSION variable and noticed that the access token is there after the login but it...
After two days of debugging I found out that Facebook SDK included in this plugin starts a new session before CakePHP does. This messes up the session and anything you...
Fail when trying to access data in associated models.. I tried setting Contain in Connect Component __syncFacebookUser //Login user if we have one $Auth->authenticate No go. Inside of the __initUserModel...
0 down vote favorite i am trying to do facebook login in cakephp. I am able to login successfully but cant retrieve user info. I am using the facebook plugin...