Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 570
Stelios Joseph Karras Avatar asked Nov 20 '11 11:11

Stelios Joseph Karras


4 Answers

Go for:

  • Facebook API: php-sdk using Codeigniter

Other Useful Resources::

  • Getting CodeIgniter to play nicely with Facebook
  • Facebook & CodeIgniter – Definitive Guide
  • A sample Facebook application with CodeIgniter.
like image 85
Sarfraz Avatar answered Oct 07 '22 06:10

Sarfraz


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.

like image 42
Yevgen Avatar answered Oct 07 '22 07:10

Yevgen


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

like image 23
Gregory Brown Avatar answered Oct 07 '22 07:10

Gregory Brown


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

like image 25
Sudhir Bastakoti Avatar answered Oct 07 '22 07:10

Sudhir Bastakoti