JFacebook
class JFacebook
Joomla Platform class for interacting with a Facebook API instance.
Methods
__construct(
JFacebookOAuth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.
__get(
string $name)
Magic method to lazily create API objects
mixed
getOption(
string $key)
Get an option from the JFacebook instance.
Details
__construct(
JFacebookOAuth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.