ccimpoi / CakePHP-Facebook-Component

Component for Facebook Page Tab Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook CakePHP Page Tab App Component

Features

Component that allows a Cake app to work as a Facebook app. I originaly wrote it to extend an existing Cake app to work on Facebook. So for now I only have a /fb/* route that points to one controller with a 'fb' prefix in the methods.

Setup

Most important thing is that this is built on Cake 1.2 and requires Configure::write('Security.level', 'low'); in your app/config/core.php. This is because otherwise Cake does a ini_set('session.referer_check', $this->host); in CakeSession and that breaks the FB flow. Put the stuff you find in bootstrap.php in your bootstrap with your values.

About

Component for Facebook Page Tab Apps


Languages

Language:PHP 100.0%