Packagecom.facebook.graph.data.api.review
Classpublic class FacebookReview
InheritanceFacebookReview Inheritance AbstractFacebookGraphObject

A review for an application.

See also

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


Public Properties
 PropertyDefined by
  created_time : Date
The timedate the review was created.
FacebookReview
  from : FacebookUser
The user that created the review.
FacebookReview
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  message : String
The review text (optional).
FacebookReview
  rating : int
The review rating.
FacebookReview
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  to : FacebookApplication
The application to which this review applies.
FacebookReview
Public Methods
 MethodDefined by
  
Creates a new FacebookReview.
FacebookReview
  
fromJSON(result:Object):FacebookReview
[static] Populates and returns a new FacebookReview from a decoded JSON object.
FacebookReview
  
toString():String
Provides the string value of the graph object.
FacebookReview
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookReview
Property detail
created_timeproperty
public var created_time:Date

The timedate the review was created.

fromproperty 
public var from:FacebookUser

The user that created the review.

messageproperty 
public var message:String

The review text (optional).

ratingproperty 
public var rating:int

The review rating.

toproperty 
public var to:FacebookApplication

The application to which this review applies.

Constructor detail
FacebookReview()constructor
public function FacebookReview()

Creates a new FacebookReview.

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

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

Parameters
result:Object — A decoded JSON object.

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