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
The following Facebook PHP error codes table is strangely even more complete than the one on the Facebook Wiki home page.
March 2nd, 2008
Categories: Apps development, Facebook Methods, PHP, Uncategorized . 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
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 […]
February 9th, 2008
Categories: Apps development, PHP, Tutorials . Author: admin . Comments: No Comments