Class FB

Description

Facebook.Api Library used to create an instanciated facebook API available to the user

Located in /libs/f_b.php (line 12)


	
			
Variable Summary
static mixed $Facebook
Method Summary
static void __callstatic ( $method,  $params)
FB __construct ()
mixed __call (string $method, mixed $params)
mixed __get (string $name)
Variables
static mixed $Facebook = null (line 17)

Facebook Api

  • access: public
Methods
static method __callstatic (line 58)

PHP 5.3.0 only

Usage:

  • FB::method(params);
Example:
  • FB::getUser();

  • access: public
static void __callstatic ( $method,  $params)
  • $method
  • $params
Constructor __construct (line 19)
  • access: public
FB __construct ()
__call (line 34)

Forward any call to the Facebook API

  • return: return value of result from Facebook API
  • access: public
mixed __call (string $method, mixed $params)
  • string $method: method name
  • mixed $params: params passed into method
__get (line 47)

Retrieve the property of the Facebook API

  • return: property of Facebook API
  • access: public
mixed __get (string $name)
  • string $name: name of property

Documentation generated on Mon, 29 Nov 2010 23:21:00 -0500 by phpDocumentor 1.4.3