Stelios Joseph Karras
Stelios Joseph Karras

Reputation: 483

Codeigniter Integration Facebook API PHP SDK 3

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

Answers (4)

Gregory Brown
Gregory Brown

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

Yevgen
Yevgen

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

Sudhir Bastakoti
Sudhir Bastakoti

Reputation: 100175

One more sample link: https://github.com/elliothaughin/codeigniter-facebook

Upvotes: 1

Related Questions