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 used echo $this->Facebook->login(); to login into Facebook.I created the application Ynomy in my fb account.Then I clicked on LogIn Button of facebook in my website, then give the permission...

Please be aware that this pull request was automatically created using [gtf](https://github.com/schneiderl/gtf) You should be able to merge this with no other problems. In case the proposed changes do not...

Hello every one, i have registration problum please anyone help to me in my appcontroller public $components = array( 'Session', 'Auth' => array( //'authenticate' => array( 'Form' => array( 'fields'...

Hi, I try to get Finnish working, but all tags/buttons are coming in English. Here is my facebook.php in Config: $config = array( 'Facebook' => array( 'appId' => 'YOUR_APP_ID', 'apiKey'...

Is it possible using this plugin to get user data (name, email, profile picture) with just logging in (not signing up) using facebook.

I am using facebook helper for login button as below $this->facebook->login(array('redirect' => 'facebook_login', 'label' => 'sign in via facebook', 'id' => 'fb-login')). and for logout button as below $this->Facebook->logout(array('redirect' =>...

@webtechnick, I've corrected a typographical error in the documentation of the [CakePHP-Facebook-Plugin](https://github.com/webtechnick/CakePHP-Facebook-Plugin) project. Specifically, I've changed convienient to convenient. You should be able to merge this pull request automatically. However,...

My problem is when user is already logged in in facebook in another tab and anyone comes to my app it add their details to my DB even they don't...

Hi, this plugin works in cakephp 1.2?