com.restfb.types
Class Application
java.lang.Object
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.CategorizedFacebookType
com.restfb.types.Application
- All Implemented Interfaces:
- Serializable
public class Application
- extends CategorizedFacebookType
Represents the Application Graph API type.
- Since:
- 1.6
- Author:
- Mark Allen
- See Also:
- Serialized Form
Method Summary |
String |
getDescription()
The description of the application written by the 3rd party developers. |
String |
getLink()
A link to application dashboard on Facebook Connections feed |
Application
public Application()
getDescription
public String getDescription()
- The description of the application written by the 3rd party developers.
- Returns:
- The description of the application written by the 3rd party
developers.
getLink
public String getLink()
- A link to application dashboard on Facebook Connections feed
- Returns:
- A link to application dashboard on Facebook Connections feed.
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.