__call() __call( $method, $params) : mixed Forward any call to the Facebook API Parameters $method $params Returns mixed — return value of result from Facebook API
__get() __get( $name) : mixed Retrieve the property of the facebookApi Parameters $name Returns mixed — property of facebookApi
__callstatic() __callstatic( $method, $params) PHP 5.3.0 only Usage: - FacebookApi::method(params); Example: - FacebookApi::get_loggedin_user(); - FacebookApi::require_login('myaccount'); Parameters $method $params