| Package | com.facebook.graph.data.api.application |
| Class | public class FacebookApplication |
| Inheritance | FacebookApplication AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| category : String
The category of the application.
| FacebookApplication | ||
| description : String
The description of the application written by the 3rd party developers.
| FacebookApplication | ||
![]() | id : 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 | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| Method | Defined 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 | ||
| category | property |
public var category:StringThe category of the application.
| description | property |
public var description:StringThe description of the application written by the 3rd party developers.
| link | property |
public var link:StringA link to the application dashboard on Facebook.
| name | property |
public var name:StringThe title of the application.
| FacebookApplication | () | constructor |
public function FacebookApplication()Creates a new FacebookApplication.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookApplicationPopulates and returns a new FacebookApplication from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookApplication —
A new FacebookApplication.
|
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|