JFacebookGroup::createLink
Method to post a link on group's wall. Requires authentication and publish_stream permission.
Signature
public function createLink(string
$group,
[string
$link = null,
[strin
$message = null]] )
Parameters
-
$group
- The group id.
-
$link
- Link URL.
-
$message
- Link message.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.