Reputation: 483
Is there any elegant way to integrate Facebook PHP API into codeigniter so with one codeigniter installation to manage multiply Facebook apps?
Upvotes: 8
Views: 15369
Reputation: 21
I've been working on a simple library that you can just drop in to your codeIgniter libraries. I've used it in a couple of production sites and it's pretty stable. I am now working on adding commonly used features to the library to make working with facebook seamless and easy.
https://github.com/bugzbrown/codeigniter-facebook-lib
Upvotes: 2
Reputation: 1300
This short article is more actual for me: http://jondavidjohn.com/blog/2011/07/using-the-facebook-api-with-codeigniter
Nothing superfluous - just the usage of Facebook official PHP Class with CI.
Upvotes: 4
Reputation: 100175
One more sample link: https://github.com/elliothaughin/codeigniter-facebook
Upvotes: 1
Reputation: 382696
Go for:
Other Useful Resources::
Upvotes: 7