Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
benorama edited this page Sep 11, 2010 · 25 revisions

Home | Installation | Usage | Examples

Welcome to the Facebook ColdFusion SDK Wiki documentation.

Introduction

The Facebook Platform is a set of APIs that make your application more social. Read more about integrating Facebook with your web site on the Facebook developer site.

This project contains the open source Facebook ColdFusion SDK that allows you to integrate the Facebook Platform on your website powered by a ColdFusion application server.

Facebook ColdFusion SDK provides 3 components :

  • FacebookApp.cfc - A library to build iFrame/FBML apps on Facebook.com and websites with the Facebook Platform (the library is a complete port to ColdFusion of the Facebook PHP SDK V2.1.1).
  • FacebookGraphAPI.cfc - A client wrapper to call Facebook Graph API (the wrapper is inspired from the latest official .NET and Python SDKs graph clients).
  • FacebookRestAPI.cfc - A client wrapper to call the old Facebook Rest API.

Getting started

  1. You must first Download the latest version of the SDK.
  2. Install the SDK on your ColdFusion server.
  3. Use the components in your application.

To see the SDK in action, check the examples.

Beta status

This is a beta release. In order to guide the development of the library and allow you to freely inspect and use the source, we have open-sourced the library. The underlying APIs are generally stable, however we may make changes to the library in response to developer feedback.

Feedback

The Facebook ColdFusion SDK is not an official Facebook SDK such as Javascript, PHP, Python, iOS and Android SDKs.

It is developped and maintened by Affinitiz, a french social media web agency. For any bugs or comments, do not hesitate to contact us at [email protected].

The Facebook ColdFusion SDK is licensed under the Apache Licence, Version 2.0.

Credits: logo based on ColdFusion Wallpaper - Revolution by Angry Fly.

Clone this wiki locally