Class JFacebookVideo
Facebook API Video class for the Joomla Platform.
- JFacebookObject
- JFacebookVideo
Deprecated: 4.0 Use the
joomla/facebook
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Link: http://developers.facebook.com/docs/reference/api/video/
Located at joomla/facebook/video.php
Methods summary
public
mixed
|
|
public
mixed
|
#
getComments( string $video, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get a video's comments. Requires authentication and user_videos or friends_videos permission for private videos. |
public
mixed
|
#
createComment( string $video, string $message )
Method to comment on a video. Requires authentication and publish_stream permission, user_videos or friends_videos permission for private videos. |
public
boolean
|
#
deleteComment( string $comment )
Method to delete a comment. Requires authentication and publish_stream permission, user_videos or friends_videos permission for private videos. |
public
mixed
|
|
public
boolean
|
#
createLike( string $video )
Method to like a video. Requires authentication and publish_stream permission, user_videos or friends_videos permission for private videos. |
public
boolean
|
#
deleteLike( string $video )
Method to unlike a video. Requires authentication and publish_stream permission, user_videos or friends_videos permission for private videos. |
public
string
|
#
getPicture( string $video )
Method to get the album-sized view of the video. Requires authentication and user_videos or friends_videos permission for private photos. |
Methods inherited from JFacebookObject
__construct()
,
createConnection()
,
deleteConnection()
,
fetchUrl()
,
get()
,
getConnection()
,
getOAuth()
,
sendRequest()
,
setOAuth()