PHPackages                             neha2601/facebook-cake-component - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. neha2601/facebook-cake-component

ActiveCakephp-plugin[API Development](/categories/api)

neha2601/facebook-cake-component
================================

Facebook plugin for CakePHP

1.1.0(8y ago)013MITPHPPHP &gt;=5.5.9

Since Apr 25Pushed 8y agoCompare

[ Source](https://github.com/Neha2601/facebook-cake-plugin)[ Packagist](https://packagist.org/packages/neha2601/facebook-cake-component)[ Docs](https://github.com/Neha2601/facebook-cake-component)[ RSS](/packages/neha2601-facebook-cake-component/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Facebook Api plugin for CakePHP 3
=================================

[](#facebook-api-plugin-for-cakephp-3)

[![Build Status](https://camo.githubusercontent.com/b51eed6f6b4b210bf2cfafe06a40ee2f0a8b27696b300086ad82c798f0dc0175/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63616b657068702f6170702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cakephp/app)[![License](https://camo.githubusercontent.com/da902cdfad5977181deee2bbebf7fc2864793cc5c8859f8d078b5bebf7d7e0c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63616b657068702f6170702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cakephp/app)

This plugin provides basic support for use FACEBOOK API services in your CakePHP 3 application.

Requirements
------------

[](#requirements)

This plugin has the following requirements:

- CakePHP 3.0.0 or greater.
- Facebook PHP\_SDK 5.

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require facebook/graph-sdk

```

Configuration
-------------

[](#configuration)

To use a Facebook config file, you should have a global.php file in your config folder. The default configurations are as below and defined in config/api.php.

```
