Packagecom.facebook.graph.data.api.page
Classpublic class FacebookPage
InheritanceFacebookPage Inheritance AbstractFacebookGraphObject

A Facebook Page.

See also

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


Public Properties
 PropertyDefined by
  category : String
The Page's category.
FacebookPage
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  likes : Number
The number of users who like the Page.
FacebookPage
  location : FacebookLocation
The Page's location.
FacebookPage
  name : String
The Page's name.
FacebookPage
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
Public Methods
 MethodDefined by
  
Creates a new FacebookPage.
FacebookPage
  
fromJSON(result:Object):FacebookPage
[static] Populates and returns a new FacebookPage from a decoded JSON object.
FacebookPage
  
toString():String
Provides the string value of the graph object.
FacebookPage
Protected Methods
 MethodDefined by
  
setPropertyValue(property:String, value:*):void
FacebookPage
Property detail
categoryproperty
public var category:String

The Page's category.

likesproperty 
public var likes:Number

The number of users who like the Page.

locationproperty 
public var location:FacebookLocation

The Page's location.

nameproperty 
public var name:String

The Page's name.

Constructor detail
FacebookPage()constructor
public function FacebookPage()

Creates a new FacebookPage.

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

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

Parameters
result:Object — A decoded JSON object.

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