Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikesmullin/cakephp-facebook-plugin
- Owner: mikesmullin
- Created: 2011-08-10T15:16:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-11T08:07:13.000Z (about 13 years ago)
- Last Synced: 2024-04-14T14:50:54.967Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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