|
| getStatus ($status) |
|
| getComments ($status, $limit=0, $offset=0, $until=null, $since=null) |
|
| createComment ($status, $message) |
|
| deleteComment ($comment) |
|
| getLikes ($status, $limit=0, $offset=0, $until=null, $since=null) |
|
| createLike ($status) |
|
| deleteLike ($status) |
|
| __construct (Registry $options=null, JHttp $client=null, JFacebookOAuth $oauth=null) |
|
| sendRequest ($path, $data='', array $headers=null, $limit=0, $offset=0, $until=null, $since=null) |
|
| get ($object) |
|
| getConnection ($object, $connection=null, $extraFields='', $limit=0, $offset=0, $until=null, $since=null) |
|
| createConnection ($object, $connection=null, $parameters=null, array $headers=null) |
|
| deleteConnection ($object, $connection=null, $extraFields='') |
|
| setOAuth ($oauth) |
|
| getOAuth () |
|
Facebook API Status class for the Joomla Platform.
3.2.0 deprecated 304.
◆ createComment()
createComment |
( |
|
$status, |
|
|
|
$message |
|
) |
| |
Method to post a comment to the status message. Requires authentication and publish_stream and user_status or friends_status permission.
- Paramètres
-
string | $status | The status message id. |
string | $message | The comment's text. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
Références $data, et $message.
◆ createLike()
Method to like status message. Requires authentication and publish_stream and user_status or friends_status permission.
- Paramètres
-
string | $status | The status message id. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
◆ deleteComment()
deleteComment |
( |
|
$comment | ) |
|
Method to delete a comment. Requires authentication and publish_stream and user_status or friends_status permission.
- Paramètres
-
string | $comment | The comment's id. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
◆ deleteLike()
Method to unlike a status message. Requires authentication and publish_stream and user_status or friends_status permission.
- Paramètres
-
string | $status | The status message id. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
◆ getComments()
getComments |
( |
|
$status, |
|
|
|
$limit = 0 , |
|
|
|
$offset = 0 , |
|
|
|
$until = null , |
|
|
|
$since = null |
|
) |
| |
Method to get a status message's comments. Requires authentication.
- Paramètres
-
string | $status | The status message id. |
integer | $limit | The number of objects per page. |
integer | $offset | The object's number on the page. |
string | $until | A unix timestamp or any date accepted by strtotime. |
string | $since | A unix timestamp or any date accepted by strtotime. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
Références $limit, et $offset.
◆ getLikes()
getLikes |
( |
|
$status, |
|
|
|
$limit = 0 , |
|
|
|
$offset = 0 , |
|
|
|
$until = null , |
|
|
|
$since = null |
|
) |
| |
Method to get a status message's likes. Requires authentication.
- Paramètres
-
string | $status | The status message id. |
integer | $limit | The number of objects per page. |
integer | $offset | The object's number on the page. |
string | $until | A unix timestamp or any date accepted by strtotime. |
string | $since | A unix timestamp or any date accepted by strtotime. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
Références $limit, et $offset.
◆ getStatus()
Method to get a status message. Requires authentication.
- Paramètres
-
string | $status | The status message id. |
- Renvoie
- mixed The decoded JSON response or false if the client is not authenticated.
- Depuis
- 3.2.0
La documentation de cette classe a été générée à partir du fichier suivant :