Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/cakephp-facebook-plugin

CakePHP Facebook Plugin
https://github.com/mikesmullin/cakephp-facebook-plugin

Last synced: about 2 months ago
JSON representation

CakePHP Facebook Plugin

Awesome Lists containing this project

README

        

CakePHP Facebook Plugin by Mike Smullin
============

** Lets you interact with Facebook Graph API via Official PHP SDK. Provides CakePHP config and model. **

Installation & Usage
------------

Place this directory in your plugins dir:

git submodule add git://github.com/mikesmullin/CakePHP-Facebook-Plugin.git ./app/plugins/facebook

Download the latest version of Facebooks's php-sdk into `./app/plugins/facebook/vendors/facebook_php_sdk/`, as well:

git submodule update --init --recursive

Edit the file `./app/plugins/facebook/config/facebook.php`.

Use the FacebookApi model:

$this->loadModel('Facebook.FacebookApi');

Credits
------------

CakePHP-Facebook is written by Mike Smullin and is released under the WTFPL.

Facebook PHP-SDK is written by Facebook see https://github.com/facebook/php-sdk