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() * […]
March 6th, 2008
Categories: Apps development, Code Samples, Facebook Methods, Javascript . Author: admin . Comments: No Comments
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 basic controller class that will inherit the AppController […]
March 5th, 2008
Categories: Apps development, CakePHP, PHP, Tutorials . Author: admin . Comments: No Comments
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 […]
February 26th, 2008
Categories: Apps development, Flash, Ruby on Rails . Author: admin . Comments: 1 Comment
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.
February 26th, 2008
Categories: ASP.NET, Apps development, C#, Tutorials . Author: admin . Comments: No Comments
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 […]
February 24th, 2008
Categories: Apps development, PHP, Tutorials . Author: admin . Comments: No Comments
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 […]
February 24th, 2008
Categories: Apps development, Basis . Author: admin . Comments: No Comments