JFacebookNote::getComments
Method to get a note's comments. Requires authentication and user_notes or friends_notes permission for non-public notes.
Signature
public function getComments(string
$note,
[integer
$limit = 0,
[integer
$offset = 0,
[string
$until = null,
[string
$since = null]]]] )
Parameters
-
$note
- The note id.
-
$limit
- The number of objects per page.
-
$offset
- The object's number on the page.
-
$until
- A unix timestamp or any date accepted by strtotime.
-
$since
- A unix timestamp or any date accepted by strtotime.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.