Codeigniter Facebook API Integration PHP SDK 3

Is there an elegant way to integrate the PHP PHP API into codeigniter, so with a single coding setup to manage multiple Facebook applications ?

+8
facebook codeigniter integration
source share
4 answers

This short article is more relevant for me: http://jondavidjohn.com/blog/2011/07/using-the-facebook-api-with-codeigniter

Nothing more - just use the official PHP PHP class Facebook with CI.

+4
source share

I am working on a simple library that you can simply add to your codeIgniter libraries. I used it at several production sites and it is pretty stable. Now I am working on adding widely used functions to the library to make working with facebook seamless and easy.

https://github.com/bugzbrown/codeigniter-facebook-lib

+2
source share
+1
source share

All Articles