Packagecom.facebook.graph.data.api.video
Classpublic class FacebookVideo
InheritanceFacebookVideo Inheritance AbstractFacebookGraphObject

An individual video.

See also

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


Public Properties
 PropertyDefined by
  created_time : Date
The time the video was initially published.
FacebookVideo
  embed_html : String
The html element that may be embedded in a web page to play the video.
FacebookVideo
  from : Object
The profile (user or page) that created the video.
FacebookVideo
  icon : String
The icon that Facebook displays when the video is published to the Feed.
FacebookVideo
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  name : String
The video title or caption.
FacebookVideo
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  source : String
A URL to the raw, playable video file.
FacebookVideo
  tags : Array
The users who are tagged in this video.
FacebookVideo
  updated_time : Date
The last time the video or its caption were updated.
FacebookVideo
Public Methods
 MethodDefined by
  
Creates a new FacebookVideo.
FacebookVideo
  
fromJSON(result:Object):FacebookVideo
[static] Populates and returns a new FacebookVideo from a decoded JSON object.
FacebookVideo
  
toString():String
Provides the string value of the graph object.
FacebookVideo
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookVideo
Property detail
created_timeproperty
public var created_time:Date

The time the video was initially published.

embed_htmlproperty 
public var embed_html:String

The html element that may be embedded in a web page to play the video.

fromproperty 
public var from:Object

The profile (user or page) that created the video.

iconproperty 
public var icon:String

The icon that Facebook displays when the video is published to the Feed.

nameproperty 
public var name:String

The video title or caption.

sourceproperty 
public var source:String

A URL to the raw, playable video file.

tagsproperty 
public var tags:Array

The users who are tagged in this video.

updated_timeproperty 
public var updated_time:Date

The last time the video or its caption were updated.

Constructor detail
FacebookVideo()constructor
public function FacebookVideo()

Creates a new FacebookVideo.

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

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

Parameters
result:Object — A decoded JSON object.

Returns
FacebookVideo — A new FacebookVideo.
setPropertyValue()method 
protected override function setPropertyValue(property:String, value:*):void

Parameters
property:String
 
value:*
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.