please help me to integrate facebook PHP SDK (v4) to my ZF1 site. I searched and found some tutorials but all of those where on older version(SDK version 3.1.1) not the recent v4. I want to create a facebook application that loads contents(list of products) from my existing zend framework website to facebook page that i manage.I am stuck and i dont have idea on how to integrate facebook client library in zend framework. Also any help on how to fetch products from my website to facebook page is appreciated.
Related
I am working for designing a web site where I use the Play Framework web application framework. I want to give a feature for the end-users to login to my web site using Facebook, Twitter and Gmail. But how to implement the same feature in Play framework as it uses scala.html? I have searched for the same, but I got the links related to php application. Is Facebook, Twitter, and Gmail provide APIs free of cost?
Thanks.
http://securesocial.ws/ is answer for your question, is the Play framework plugin, you can use it for Authentication and Authorization through the Social sites. Also it supports for Java & Scala and its an active project.
I've successfully implemented SSO Authentication with Gmail using the play-pac4j library which also supports Facebook and Twitter.
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
Hi i want to develop an Facebook Connect application on my Website using C#.net which will retrieve all my Friends Birthday List from my Facebook account & post it on my Website. Similar to what www.gifts.com is having. Request anyone to share a Sample Code or any idea for the same.
Take a look at the Facebook c# SDK it should be able to get you going in the right direction. It is available via NuGet if you are using Visual Studio.
I have a web site that is built using Joomla CMS 1.5
I need to access articles in my iPhone app?
Is there is a REST API (or non-REST API) for Joomla that provide access to articles?
I have found Joomla-REST-API but it does not provide access to articles...
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