Welcome Guest, Not a member yet? Register   Sign In
Facebook Integration
#1

[eluser]Unknown[/eluser]
Hi all,

I've been noticing quite a bit of activity on my blog about integrating Facebook functionality into CI projects. I'd also received a couple e-mails asking for the source code, but I'd blown it out during an OS change.

Anyways, I started writing a Facebook integration package yesterday and it's available here: https://github.com/demianbrecht/facebook-ci.

It's far from complete (or tested), but it has basic helper functionality (rendering Facebook js script block, login/logout button, etc) and you should be able to access the entire graph API through
Code:
$this->facebook->api
(once it's been loaded obviously).

I'll be hacking away at it here and there whenever I get the chance, so feel free to leave comments/suggestions/problems that you're running into here (or send me an e-mail through my site).

I developed it to be a modular package, so setup should be relatively painless and straightforward: Simply clone the project into your application's
Code:
third_party
directory, add the package, library and helper to your app's autoload.php (as detailed in the readme) and you should be up and running.




Theme © iAndrew 2016 - Forum software by © MyBB