JFacebookObject::getConnection
Method to get object's connection.
Signature
public function getConnection(string
$object,
[string
$connection = null,
[string
$extra_fields = '',
[integer
$limit = 0,
[integer
$offset = 0,
[string
$until = null,
[string
$since = null]]]]]] )
Parameters
-
$object
- The object id.
-
$connection
- The object's connection name.
-
$extra_fields
- URL fields.
-
$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.