Most of the calls in the REST API are wrappers for complex, but common, FQL queries. The facebook.fql method takes a query and returns a response object based on your syntax. In the Facebook documentation, most of the API requests have their FQL equivalents, so if you see you need something slightly different from what is provided in the API calls, check out the FQL equivalents before you start writing from scratch.

0 comments