Facebook Development Checklist
From Triangle Wiki
Contents |
Introduction
This page will outline the steps to expedite Facebook Application development. This will allow us to cut costs for our clients; as well as keeping the applications standard and consistent.
Step 1 - Copy From Template Application
- Firstly make sure the template application is up to date with the latest code elements and standards. Go through this thoroughly and update this. Commit this to SVN when completed and comment with 'Facebook template application update'
- Copy and paste the folder into the sites directory, rename accordingly. E.g. /sites/lovefootball
- As you have copied and pasted it may be necessary to remove .svn folders from the newly created site, otherwise SVN will error and state that the site is already under Subversion control.
Step 2 - Create Configuration Section / File
- Either create a section in the global configuration file 'Site_Template/config.ini.php' if this application is to be hosted by Triangle or create a new configuration file; this file must be named correctly using the full domain name of the Facebook callback URL. E.g. lovefootball.triangle-solutions.com.ini.php
Step 3 - Renaming Elements
- Certain elements such as method calls and docblocks will need to be renamed to represent the new application name.

