\FacebookApi

Summary

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

Properties

$Facebook

$Facebook

Facebook Api

Methods

__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

buildFacebook()

buildFacebook()

Builds the facebook API if we need it