JFacebookUser::createVideo
Method to post a video on behalf of the user. Requires authentication and publish_stream permission.
Signature
public function createVideo(mixed
$user,
[string
$source = null,
[string
$title = null,
[string
$description = null]]] )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
-
$source
- Path to video.
-
$title
- Video title.
-
$description
- Video description.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.