I would like to sharing my experience about integrating my web php application into facebook. I found out that is not as hard as what i’ve thought before, it is an easy, but I think integrate your application into face book is easier if you are using iframe than using FBML (FaceBook Markup Language). So in this article, I would like to demonstrate integrating my own application into facebook.
As you can see above this, here is my 4 applications in facebook, all is integrate by iframe method not by FBML. Let me describe each applications
Kronologger and UpdateKronologger is application for my micro-blogging social network,
One Application that named kronologger is application to read friend’s status in google map version. URL direct link is http://kronologger.com/map/last20kron.php
If you have account at facebook , you can see at http://apps.facebook.com/livekronologger If you like to add this application to your facebook account, you can add here
Second Application is UpdateKronologger. This Application for Posting Blog in Kronologger.com (MicroBlogging Social Network). See this application in facebook here. If you like to Add Application, Add here
Third Application is Disitu.Com , Disitu.Com is Blogging about Latest Information Technology, including Games, Gadget, Web, Software, Hardware and IT Related. you can see here, and you can add here
Now, The Last Application is RepublikBlog.com , This is Indonesian Blogosphere on the Map, I will use this application’s case for demonstrateing how to integrate your Application into facebook.
First of all, Create Application in your server. I create new file in my own server and i put my application in here http://republikblog.com/fb/fbrepublikblog.php
This is my application, Before Integrating your application into facebook, you must put your application in your server not in facebook’s server, remember this. If you like to see source code , you can see below this picture
Now you have application reside in your server, now the next step is register applicationin facebook account. Now you must go to facebook.com, sign in and open http://facebook.com/developers
Click Set Up New Application, see picture below this
Well, Entry name of your application, your email, your callback url, your canvas page url, application type and so on. see picture below this
CallBack URL is file that you have made in your own server. In Canvas Page URL, you should entry name of your application there. if your application is Sample then your application will reside in http://apps.facebook.com/Sample , mine is republikblog, so my application in facebook is located at http://apps.facebook.com/republikblog
In Canvas Page URL, Mark User Iframe instead of Use FBML. By the way, if you have known about FBML (FaceBook Markup Language) , you better to mark your application as use Iframe. In Application Type, Mark your application as a website.
Fill the rest of form application. Including Integration Points
Side Nav URL adalah Icon yang berada disamping menu pemilik account facebook. isikan dengan http://apps.facebook.com/[name of your application]. Mine is http://apps.facebook.com/republikblog
Now, if everythings all right, your application now will ready to use by yours or your friends. here is the screen shot of my application
That’s all. it is pretty easy. But it would be nice if you mastery FBML, and set up your application into facebook as FBML not as Iframe.









Januari 4, 2008 at 9:25 am
another an easier way is just to let other web applications do that things for you. test it with widgetbox.com to get your already made widgets deployed to facebook (either it’s a PHP or flash widget).
Agustus 30, 2008 at 9:09 am
hi.
its a nice piece of info.. I may develop some application soon for facebook – send me ur facebook id, i will request you add my application.
cheers
Bipul
Oktober 21, 2008 at 5:27 am
hii,
I am facing a problem i.e when i am loggined on facebook i want to login on the application which i have intregated ,,is it possible to do.
Desember 18, 2008 at 4:11 pm
The integration of an application with facebook should not only allow to reach/see your application from/within the Facebook template/webpage but also integrate and link the data recorded in FAcebook (i.g. about users) with the data of your personal sw. Is that possible already?
Juli 29, 2009 at 7:11 am
Good Job,