Codeigniter Integration Facebook API PHP SDK 3 - facebook

Is there any elegant way to integrate Facebook PHP API into codeigniter so with one codeigniter installation to manage multiply Facebook apps?

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.

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.

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

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

Related

Facebook Login using PHP SDK in CakePHP 3x

Is there any reference for Facebook login integration(PHP SDK) in CakePHP 3(beta 2)?
I tried using GITHUB PHP SDK-4And the error I get is Error: Class 'Facebook\FacebookSession' not found
I reviewed the documentations and integrated Facebook Login in CakePHP 3x version. Its working perfect as expected! Referred the Facebook developers forum. Its much convenient to start with. Good luck if you are about to start!

share on facebook photo api new IOS

http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app
I found this tutorial to share photos on the facebook wall is perfect however if I change the ID of the facebook api, putting my ID instead of using the MyGrades it does not work, because the Facebook SDK has been updated and is no longer compatible.
I get the following message: "Sorry, the application you are using is Facebook integration is misconfigured ......"
've researched about the solution would be to update the facebook api.
anyone have a suggestion that works exactly like this example but with the current api?
http://www.crocko.com/D880103DB52C4426B1D7331A69CADDE4/FacebookPostTutorial.zip
With ios6, apple as introduced a number of their own sharing tools in the Social framework. I'd suggest that you look into SLComposeViewController. There is a good explanation of it in this question

Integrate facebook connect/ twitter with jquery mobile

I am currently developing the mobile version of my site.
Can you please give me a tutorial to integrate Facebook connect / Twitter so users can connect.
This can help you : http://www.pushittolive.com/post/1239874936/facebook-login-on-iphone-phonegap
This blog post http://www.wisejive.com/2010/11/phonegap-jquery-mobile-twitter-and.html contains the detail answer for both facebook connect and twitter. Of course, as the blogger mentions he is extending on the technique provided at http://www.pushittolive.com/post/1239874936/facebook-login-on-iphone-phonegap.
If you want to avoid phonegap, this solution is pretty neat - http://www.egrappler.com/jquery-social-media-share-plugin-jsshare/
Otherwise, the newer phonegap friendly solution uses their plugins directly, which can leverage some native apps and avoid the difficulties of OAuth - https://github.com/davejohnson/phonegap-plugin-facebook-connect & https://github.com/phonegap/phonegap-plugins/tree/master/iOS

Facebook Canvas Application iFrame OAuth 2.0 using Graph API

Hi I need a latest tutorial on Authentication using the new Graph API and building an App with the graph API.
I am new to facebook Apps and wanted to build a HelloWorld App with basic functionalities like Authentication, Publishing etc.
Thanks for your responses.
What is wrong with the documentation on facebook: http://developers.facebook.com/docs/api
Also you did not specify what language your tutorial should focus on? There is a huge difference for a tutorial depending on which programming language you choose. Also it shouldn't be too hard to google for such a tutorial.

Facebook Plugin

Is there any plugin or way to post on my facebook wall directly from my website?
(There are plugins available for WordPress. But mine is not a blog site).
Thanks in advance
Facebook has a full REST api, so you should be able to use it from any language. If you are using PHP you could look at what the wordpress plugin is doing and then replicate that for your page. Otherwise you probably should look at the SDK information for facebooks api processes and then just call them however you need from your site.
There's a comments widget.
http://developers.facebook.com/tools.php?connect_wizard&wizard=comments