Packagecom.facebook.graph.data.api.status
Classpublic class FacebookStatusMessage
InheritanceFacebookStatusMessage Inheritance AbstractFacebookGraphObject

A status message on a user's wall.

See also

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


Public Properties
 PropertyDefined by
  from : FacebookUser
The user who posted the message.
FacebookStatusMessage
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  message : String
The status message content.
FacebookStatusMessage
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  updated_time : Date
The time the message was published.
FacebookStatusMessage
Public Methods
 MethodDefined by
  
Creates a new FacebookStatusMessage.
FacebookStatusMessage
  
[static] Populates and returns a new FacebookStatusMessage from a decoded JSON object.
FacebookStatusMessage
  
toString():String
Provides the string value of the graph object.
FacebookStatusMessage
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookStatusMessage
Property detail
fromproperty
public var from:FacebookUser

The user who posted the message.

messageproperty 
public var message:String

The status message content.

updated_timeproperty 
public var updated_time:Date

The time the message was published.

Constructor detail
FacebookStatusMessage()constructor
public function FacebookStatusMessage()

Creates a new FacebookStatusMessage.

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

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

Parameters
result:Object — A decoded JSON object.

Returns
FacebookStatusMessage — A new FacebookStatusMessage.
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.