All Projects → appleboy → Codeigniter Facebook Php Sdk V4

appleboy / Codeigniter Facebook Php Sdk V4

Licence: mit
Intergrate facebook php sdk v4 with CodeIgniter Framewrok.

codeigniter-facebook-php-sdk-v4

Intergrate facebook php sdk v4 with CodeIgniter Framewrok.

Installation

Using composer to install Facebook SDK

$ composer install

Update your Facebook App id and secret on config/facebook.php

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

$config['facebook_app_id'] = 'xxxxxxxxxxxxxxxxxxx';
$config['facebook_api_secret'] = 'xxxxxxxxxxxxxxxxxxx';

Open your browser and connect http://localhost/index.php/login/facebook

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].