Packagecom.facebook.graph.data.api.insights
Classpublic class FacebookInsights
InheritanceFacebookInsights Inheritance AbstractFacebookGraphObject

Statistics about applications, pages, and domains.

See also

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


Public Properties
 PropertyDefined by
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  name : String
Name of the insight.
FacebookInsights
  period : String
Length of the period during which the insights were collected.
FacebookInsights
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  values : Array
Individual data points for the insight.
FacebookInsights
Public Methods
 MethodDefined by
  
Creates a new FacebookInsights.
FacebookInsights
  
fromJSON(result:Object):FacebookInsights
[static] Populates and returns a new FacebookInsights from a decoded JSON object.
FacebookInsights
  
toString():String
Provides the string value of the graph object.
FacebookInsights
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookInsights
Property detail
nameproperty
public var name:String

Name of the insight.

periodproperty 
public var period:String

Length of the period during which the insights were collected.

valuesproperty 
public var values:Array

Individual data points for the insight.

Constructor detail
FacebookInsights()constructor
public function FacebookInsights()

Creates a new FacebookInsights.

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

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

Parameters
result:Object — A decoded JSON object.

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