Packagecom.facebook.graph.data.api.album
Classpublic class FacebookAlbum
InheritanceFacebookAlbum Inheritance AbstractFacebookGraphObject

A photo album.

See also

http://developers.facebook.com/docs/reference/api/album


Public Properties
 PropertyDefined by
  count : int
The number of photos in this album.
FacebookAlbum
  created_time : Date
The time the photo album was initially created.
FacebookAlbum
  description : String
The description of the album.
FacebookAlbum
  from : Object
The profile that created this album.
FacebookAlbum
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  link : String
A link to this album on Facebook.
FacebookAlbum
  location : String
The location of the album.
FacebookAlbum
  name : String
The title of the album.
FacebookAlbum
  privacy : String
The privacy settings for the album.
FacebookAlbum
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  type : String
The type of photo album.
FacebookAlbum
  updated_time : Date
The last time the photo album was updated.
FacebookAlbum
Public Methods
 MethodDefined by
  
Creates a new Album.
FacebookAlbum
  
fromJSON(result:Object):FacebookAlbum
[static] Populates and returns a new FacebookAlbum from a decoded JSON object.
FacebookAlbum
  
toString():String
Provides the string value of the graph object.
FacebookAlbum
Property detail
countproperty
public var count:int

The number of photos in this album.

created_timeproperty 
public var created_time:Date

The time the photo album was initially created.

descriptionproperty 
public var description:String

The description of the album.

fromproperty 
public var from:Object

The profile that created this album.

linkproperty 
public var link:String

A link to this album on Facebook.

locationproperty 
public var location:String

The location of the album.

nameproperty 
public var name:String

The title of the album.

privacyproperty 
public var privacy:String

The privacy settings for the album.

typeproperty 
public var type:String

The type of photo album.

updated_timeproperty 
public var updated_time:Date

The last time the photo album was updated.

Constructor detail
FacebookAlbum()constructor
public function FacebookAlbum()

Creates a new Album.

Method detail
fromJSON()method
public static function fromJSON(result:Object):FacebookAlbum

Populates and returns a new FacebookAlbum from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.

Returns
FacebookAlbum — A new FacebookAlbum.
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.