Class JFacebookAlbum
Facebook API Album class for the Joomla Platform.
- JFacebookObject
- JFacebookAlbum
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/album/
Located at joomla/facebook/album.php
Methods summary
public
mixed
|
|
public
mixed
|
|
public
mixed
|
#
createPhoto( string $album, string $source, string $message = null )
Method to add photos to an album. Note: check can_upload flag first. Requires authentication and publish_stream permission. |
public
mixed
|
#
getComments( string $album, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get an album's comments. Requires authentication and user_photos or friends_photos permission for private photos. |
public
mixed
|
#
createComment( string $album, string $message )
Method to comment on an album. Requires authentication and publish_stream permission. |
public
boolean
|
#
deleteComment( string $comment )
Method to delete a comment. Requires authentication and publish_stream permission. |
public
mixed
|
|
public
boolean
|
#
createLike( string $album )
Method to like an album. Requires authentication and publish_stream permission. |
public
boolean
|
#
deleteLike( string $album )
Method to unlike an album. Requires authentication and publish_stream permission. |
public
string
|
#
getPicture( string $album, boolean $redirect = true )
Method to get the album's cover photo, the first picture uploaded to an album becomes the cover photo for the album. Requires authentication and user_photos or friends_photos permission for private photos. |
Methods inherited from JFacebookObject
__construct()
,
createConnection()
,
deleteConnection()
,
fetchUrl()
,
get()
,
getConnection()
,
getOAuth()
,
sendRequest()
,
setOAuth()