Packagecom.facebook.graph.data.api.application
Classpublic class FacebookApplication
InheritanceFacebookApplication Inheritance AbstractFacebookGraphObject

An application registered on Facebook Platform.

See also

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


Public Properties
 PropertyDefined by
  category : String
The category of the application.
FacebookApplication
  description : String
The description of the application written by the 3rd party developers.
FacebookApplication
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  link : String
A link to the application dashboard on Facebook.
FacebookApplication
  name : String
The title of the application.
FacebookApplication
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
Public Methods
 MethodDefined by
  
Creates a new FacebookApplication.
FacebookApplication
  
fromJSON(result:Object):FacebookApplication
[static] Populates and returns a new FacebookApplication from a decoded JSON object.
FacebookApplication
  
toString():String
Provides the string value of the graph object.
FacebookApplication
Property detail
categoryproperty
public var category:String

The category of the application.

descriptionproperty 
public var description:String

The description of the application written by the 3rd party developers.

linkproperty 
public var link:String

A link to the application dashboard on Facebook.

nameproperty 
public var name:String

The title of the application.

Constructor detail
FacebookApplication()constructor
public function FacebookApplication()

Creates a new FacebookApplication.

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

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

Parameters
result:Object — A decoded JSON object.

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

Provides the string value of the graph object.

Returns
String — The string value of the graph object.