Skip to content

Instantly share code, notes, and snippets.

@kraffslol
Created June 6, 2012 13:45
Show Gist options
  • Save kraffslol/2881933 to your computer and use it in GitHub Desktop.
Save kraffslol/2881933 to your computer and use it in GitHub Desktop.
<?php
public function __construct()
{
parent::__construct();
$this->lang->load('lang', $this->config->item('language_abbr'));
$config['appId'] = '20';
$config['secret'] = '12b95bcb5a9';
$config['fileUpload'] = true;
$this->load->library('facebook', $config);
$this->user_id = $this->facebook->getUser();
#$this->index();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment