Packagecom.facebook.graph.data.api.core
Classpublic class FacebookTag
InheritanceFacebookTag Inheritance AbstractFacebookGraphObject
SubclassesFacebookPhotoTag, FacebookVideoTag

An object that defines a tagged user.



Public Properties
 PropertyDefined by
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  name : 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 FacebookTag.
FacebookTag
  
fromJSON(result:Object):FacebookTag
[static] Populates and returns a new FacebookTag from a decoded JSON object.
FacebookTag
  
toString():String
Provides the string value of the graph object.
FacebookTag
Property detail
nameproperty
public var name:String

The tagged user's full name.

Constructor detail
FacebookTag()constructor
public function FacebookTag()

Creates a new FacebookTag.

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

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

Parameters
result:Object — A decoded JSON object.

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

Provides the string value of the graph object.

Returns
String — The string value of the graph object.