| Package | com.facebook.graph.data.api.video |
| Class | public class FacebookVideo |
| Inheritance | FacebookVideo AbstractFacebookGraphObject |
See also
| Property | Defined 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 | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| name : String
The video title or caption.
| FacebookVideo | ||
![]() | rawResult : 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 | ||
| Method | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookVideo | ||
| created_time | property |
public var created_time:DateThe time the video was initially published.
| embed_html | property |
public var embed_html:StringThe html element that may be embedded in a web page to play the video.
| from | property |
public var from:ObjectThe profile (user or page) that created the video.
| icon | property |
public var icon:StringThe icon that Facebook displays when the video is published to the Feed.
| name | property |
public var name:StringThe video title or caption.
| source | property |
public var source:StringA URL to the raw, playable video file.
| tags | property |
public var tags:ArrayThe users who are tagged in this video.
| updated_time | property |
public var updated_time:DateThe last time the video or its caption were updated.
| FacebookVideo | () | constructor |
public function FacebookVideo()Creates a new FacebookVideo.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookVideoPopulates and returns a new FacebookVideo from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookVideo —
A new FacebookVideo.
|
| setPropertyValue | () | method |
protected override function setPropertyValue(property:String, value:*):voidParameters
property:String |
|
value:* |
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|