Packagecom.facebook.graph.data.api.photo
Classpublic class FacebookPhotoTag
InheritanceFacebookPhotoTag Inheritance FacebookTag Inheritance AbstractFacebookGraphObject

An object that defines a user and their position in a photo. The x and y coordinates are percentages from the left and top edges of the photo, respectively.

See also

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


Public Properties
 PropertyDefined by
  created_time : Date
The time the tag was initially created.
FacebookPhotoTag
 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
  x : Number
The x position of the tag.
FacebookPhotoTag
  y : Number
The y position of the tag.
FacebookPhotoTag
Public Methods
 MethodDefined by
  
Creates a new FacebookPhotoTag.
FacebookPhotoTag
  
fromJSON(result:Object):FacebookPhotoTag
[static] Populates and returns a new FacebookPhotoTag from a decoded JSON object.
FacebookPhotoTag
  
toString():String
Provides the string value of the graph object.
FacebookPhotoTag
Property detail
created_timeproperty
public var created_time:Date

The time the tag was initially created.

xproperty 
public var x:Number

The x position of the tag.

yproperty 
public var y:Number

The y position of the tag.

Constructor detail
FacebookPhotoTag()constructor
public function FacebookPhotoTag()

Creates a new FacebookPhotoTag.

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

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

Parameters
result:Object — A decoded JSON object.

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

Provides the string value of the graph object.

Returns
String — The string value of the graph object.