Packagecom.facebook.graph.data.api.video
Classpublic class FacebookVideoTag
InheritanceFacebookVideoTag Inheritance FacebookTag Inheritance AbstractFacebookGraphObject

An object that defines a user in a video.

See also

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


Public Properties
 PropertyDefined by
  created_time : Date
The time the tag was initially created.
FacebookVideoTag
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
 Inheritedname : String
The tagged user's full name.
FacebookTag
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
Public Methods
 MethodDefined by
  
Creates a new FacebookVideoTag.
FacebookVideoTag
  
fromJSON(result:Object):FacebookVideoTag
[static] Populates and returns a new FacebookVideoTag from a decoded JSON object.
FacebookVideoTag
  
toString():String
Provides the string value of the graph object.
FacebookVideoTag
Property detail
created_timeproperty
public var created_time:Date

The time the tag was initially created.

Constructor detail
FacebookVideoTag()constructor
public function FacebookVideoTag()

Creates a new FacebookVideoTag.

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

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

Parameters
result:Object — A decoded JSON object.

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

Provides the string value of the graph object.

Returns
String — The string value of the graph object.