fm-labs / cakephp-facebook
CakePHP Facebook Plugin
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- composer/installers: ~1.0
- facebook/graph-sdk: ^5.0
Requires (Dev)
- facebook/graph-sdk: 5.x-dev
- phpunit/phpunit: *
README
CakePHP Facebook Plugin V2
This plugin is built on top off the Facebook PHP SDK v5.6 using Facebook API version v2.10
The Facebook SDK for PHP provides developers with a modern, native library for accessing the Graph API and taking advantage of Facebook Login. Usually this means you're developing with PHP for a Facebook Canvas app, building your own website, or adding server-side functionality to an app that already uses the Facebook SDK for JavaScript.
Requirements
- CakePHP 2.3+
- PHP 5.4+
Features
- Authentication
- Social Plugin Helper
- Graph Query
Installation
Via composer
Make sure to set the installer path to your plugins directory right (usually "plugins/" or "app/Plugin/")
{ "require": { "fm-labs/cakephp-facebook": "dev-master" }, "extra": { "installer-paths": { "plugins/{$name}/": [ "fm-labs/cakephp-facebook" ] } } }