__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 Facebook API Parameters $name Returns mixed — property of Facebook API
__callstatic() __callstatic( $method, $params) PHP 5.3.0 only Usage: - FB::method(params); Example: - FB::getUser(); Parameters $method $params