I'd like to create a Facebook canvas app with CakePhP 2.0. All the tutorials I've found seem to be out of date. Could anyone tell me how I can integrate facebook-php sdk into cakephp 2.0 ?
Any help will be appreciate :-)
I recommend using the webtechnik plugin to integrate seemlessly your Cakephp app in to Facebook : https://github.com/webtechnick/CakePHP-Facebook-Plugin
Related
I am newbie in developing the hybrid app (ionic 2). I was looking for some sort of help in integrating facebook login in my ionic2 app .But couldn't find any relevant help.
Any sort of help will be useful.
Thanks
You can follow this tutorial in order to implement facebook login in ionic 2. It doesn't really matter which platform you are going to use for backend.
https://ionicthemes.com/tutorials/about/ionic2-facebook-login
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!
I am using Oath authentication in my ios app for twitter integration.
It was working fine earliar but now when I authenticate user then it sends me on this page. Whats going wrong. is there any change in API?
I think you are using older API that stopped working So now you have to go for new Solution.
Apple Introduced Social Framework that Allows Facebook, Twitter sharing without doing much more & with less efforts.
use This.
Hope this will help.
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
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