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