Search Results

1
vote

Where can I find the facebook php class reference?

The Developers wiki basically only documents the raw API. The official PHP library is a thin(-nish) wrapper around this API, and includes some minimal phpdoc documentation in its comments. …