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

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 utilize the above on your website powered by ColdFusion.

Facebook ColdFusion SDK provides 3 components :

  • FacebookApp.cfc - A library to build iFrame/FBML apps for Facebook.com and social websites with Facebook Connect (the library is a complete port to ColdFusion of 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.

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


Documentation

Clone this wiki locally