\FB

Summary

Methods
Properties
Constants
__construct()
__call()
__get()
__callstatic()
$Facebook
No constants found
No protected methods found
No protected properties found
N/A
__initInstance()
No private properties found
N/A

Properties

$Facebook

$Facebook

Facebook Api

Methods

__construct()

__construct()

__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

__initInstance()

__initInstance()

Initialize a new instance if none exists