Skip to content

codler/Laravel-Facebook-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook SDK

Installation

Aritsan

php artisan bundle:install facebook-sdk

Bundle Registration

Add the following to your application/bundles.php file:

'facebook-sdk' => array('auto' => true),

Configuration

Add the following to your application/config/facebook.php file:

return array(
	'app_id' => '',
	'secret' => '',
);

Usage

$facebook = IoC::resolve('facebook-sdk');
$uid = $facebook->getUser();

Fork of https://github.com/facebook/facebook-php-sdk

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages