fm-labs/cakephp-facebook

There is no license information available for the latest version (1.2) of this package.

CakePHP Facebook Plugin

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

1.2 2017-10-05 17:05 UTC

This package is auto-updated.

Last update: 2024-04-06 05:17:59 UTC


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" ] } } }