JFacebookUser::createLink
Method to post a link on user's feed. Requires authentication and publish_stream permission.
Signature
public function createLink(mixed
$user,
[string
$link = null,
[strin
$message = null]] )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
-
$link
- Link URL.
-
$message
- Link message.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.