Joomla Platform class for interacting with a Facebook API instance.
- Depuis
- 3.2.0
- Obsolète:
- 4.0 Use the
joomla/facebook
package via Composer instead
◆ __construct()
Constructor.
- Paramètres
-
JFacebookOAuth | $oauth | OAuth client. |
Registry | $options | Facebook options object. |
JHttp | $client | The HTTP client object. |
- Depuis
- 3.2.0
Références $client, et $options.
◆ __get()
Magic method to lazily create API objects
- Paramètres
-
string | $name | Name of property to retrieve |
- Renvoie
- JFacebookObject Facebook API object (status, user, friends etc).
- Depuis
- 3.2.0
- Exceptions
-
Références $class, et $name.
◆ getOption()
Get an option from the JFacebook instance.
- Paramètres
-
string | $key | The name of the option to get. |
- Renvoie
- mixed The option value.
- Depuis
- 3.2.0
Références $key.
◆ setOption()
setOption |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Set an option for the JFacebook instance.
- Paramètres
-
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
- Renvoie
- JFacebook This object for method chaining.
- Depuis
- 3.2.0
Références $key, et $value.
◆ $album
◆ $checkin
◆ $client
◆ $comment
◆ $event
◆ $group
◆ $link
◆ $note
◆ $oauth
◆ $options
◆ $photo
◆ $post
◆ $status
◆ $user
◆ $video
La documentation de cette classe a été générée à partir du fichier suivant :