There are five main components of the Facebook platform: API calls, Facebook Markup Language (FBML), Facebook Query Language (FQL), Facebook JavaScript (FBJS), and the client libraries. Well I consider the client libraries for the various languages to be part of the platform because they are useful abstractions for the specific language in which you are implementing your code. The examples here will utilize the PHP client library from Facebook, so if you’re using a different client library, your syntax will be slightly different. It’s important to remember that this is not meant to be an exhaustive reference for the platform (Facebook has a wiki for that at http://wiki.developers.facebook.com ), but it will cover the major elements you will likely encounter when developing applications.

0 comments