Facebook Javascript (FBJS) Code Sample: Hello World!

Following is a FBJS code sample to create a “Hello World!” program using Javascript with the Facebook specifications.
This will display a link ‘Hello World!’ that will change the color and the background randomly when clicked.
<a href=”#” onclick=”do_colors(this); return false”>Hello World!</a>
<script>
<!–
function random_int(lo, hi) {
return Math.floor((Math.random() * […]

Facebook PHP tutorial: How to Build a Facebook Application with CakePHP

(it is also my first, last and unique sponsor)
In this tutorial on facebook-developer website, you will learn to create your first Facebook application with CakePHP.
You will go through the following steps:
1. Create a Facebook application.
2. Install the free version of CakePHP.
3. Install the Facebook Platform API in “/app/vendor/facebook”.
4. Modify the AppController base class.
5. Create a […]

How to have a Facebook integration to one of your Rails websites

Another article about Rails and Facebook.
This article will help you to port one of your existing Rails applications to utilize the facebook platform.
Because Facebook acts like a middleman between the Facebook user and your Rails application, when a Facebook user clicks on a link or submits a form in your Facebook aplication, Facebook POSTs that […]

How to develop a Facebook application in C# with ASP.NET: Step-by-step

If you want to develop your Facebook application in C# with ASP.NET it might be a good idea to visit stevetrefethen website where he explain step by step how to get your application working.

Facebook Application Development: A Step-by-step Guide to Creating an Application

This tutorial describes how to create a platform application that you can use as a template when creating your own platform app.
Contents of this tutorial:
- Introduction
- Integrating Hello World
- Pushing FBML to the profile box
- Using mock-AJAX in the profile box
- Using MySQL to create a counter
- Putting the examples together
- Some files to downloads
Read […]

Facebook Platform or where to start on the developers part of Facebook

On this page (http://developers.facebook.com) you will find:
- The complete details documentation on the Facebook Platform and ow it works from the inside out.
- Resources on code samples, client libraries, and more , to learn more about the Facebook Platform.
- Tools to prototype you Facebook Platform application in real-time with easy-to-use-test consoles.
- And the latest news […]

SRTH SRTH