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

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 […]

Facebook PHP Error Codes Table: Full Listing

The following Facebook PHP error codes table is strangely even more complete than the one on the Facebook Wiki home page.

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 […]

A Facebook PHP Tutorial by Makebeta

You will find on Makebeta a nice tutorial that give you the first steps to develop an application on Facebook.
Some contents:
- Getting started As A Facebook Developer
- PHP Facebook API Client Library
- Creating Your Application Profile and API Key
- A “Hello Facebook!” PHP code sample.
- FBML - Facebook Markup Language
- Using the Facebook API
Source […]