|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ApplicationProperty>
com.facebook.api.ApplicationProperty
public enum ApplicationProperty
An enumeration for managing the different application properties that Facebook supports. These properties can be managed using the admin.* API calls. For more details, see: http://wiki.developers.facebook.com/index.php/ApplicationProperties
| Enum Constant Summary | |
|---|---|
ABOUT_URL
This is the URL to your application's About page. |
|
APPLICATION_NAME
The name of your app |
|
CALLBACK_URL
Your app's callback URL (100 char max) |
|
CANVAS_NAME
canvas_name. |
|
DASHBOARD_URL
Facebook won't say. |
|
DEFAULT_COLUMN
Default column on the user's profile page to show the app in |
|
DEFAULT_FBML
Default FBML markup to show on the user's profile page |
|
DESCRIPTION
Description of your app. |
|
DESKTOP
Specifies that your app is a desktop app |
|
DEV_MODE
Indicates whether developer mode is enabled (1) or disabled (0). |
|
EDIT_URL
Facebook won't say. |
|
EMAIL
The email address associated with the application; the email address Facebook uses to contact you about your application. |
|
HELP_URL
The URL to your application's help page |
|
ICON_URL
icon_url. |
|
INSTALLABLE
Indicates whether a user can (1) or cannot (0) install your application. |
|
IP_LIST
List of IP addresses allowed to make requests to Facebook using your API key. |
|
IS_MOBILE
Specifies that your app can support mobile devices |
|
LOGO_URL
logo_url |
|
MESSAGE_ACTION
For applications that can create attachments, this is the label for the action that creates the attachment. |
|
MESSAGE_URL
For applications that can create attachments, this is the URL where you store the attachment's content. |
|
POST_INSTALL_URL
The URL where a user gets redirected after installing your application. |
|
PRELOAD_FQL
"A preloaded FQL query". |
|
PRIVACY_URL
The URL to your application's privacy terms. |
|
PRIVATE_INSTALL
Indicates whether you want to disable (1) or enable (0) News Feed and Mini-Feed stories when a user installs your application. |
|
SEE_ALL_URL
Facebook won't say. |
|
TOS_URL
The URL to your application's Terms of Service. |
|
UNINSTALL_URL
The URL where a user gets redirected after removing your application. |
|
USE_IFRAME
Specifies that your app renders in an iframe |
|
| Field Summary | |
|---|---|
protected static java.util.Map<java.lang.String,ApplicationProperty> |
PROP_TABLE
A map of property names to their associated ApplicationProperty value |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name by which Facebook refers to this property. |
static ApplicationProperty |
getProperty(java.lang.String name)
|
static ApplicationProperty |
getPropertyForString(java.lang.String propName)
Lookup an ApplicationProperty value by its name. |
java.lang.String |
getType()
Gets the type which Facebook assigns to this property. |
boolean |
isBooleanProperty()
|
boolean |
isName(java.lang.String name)
Returns true if this field has a particular name. |
boolean |
isStringProperty()
|
java.lang.String |
propertyName()
|
java.lang.String |
toString()
|
static ApplicationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ApplicationProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ApplicationProperty APPLICATION_NAME
public static final ApplicationProperty CALLBACK_URL
public static final ApplicationProperty POST_INSTALL_URL
public static final ApplicationProperty EDIT_URL
public static final ApplicationProperty DASHBOARD_URL
public static final ApplicationProperty UNINSTALL_URL
public static final ApplicationProperty IP_LIST
public static final ApplicationProperty EMAIL
public static final ApplicationProperty DESCRIPTION
public static final ApplicationProperty USE_IFRAME
public static final ApplicationProperty DESKTOP
public static final ApplicationProperty IS_MOBILE
public static final ApplicationProperty DEFAULT_FBML
public static final ApplicationProperty DEFAULT_COLUMN
public static final ApplicationProperty MESSAGE_URL
public static final ApplicationProperty MESSAGE_ACTION
public static final ApplicationProperty ABOUT_URL
public static final ApplicationProperty PRIVATE_INSTALL
public static final ApplicationProperty INSTALLABLE
public static final ApplicationProperty PRIVACY_URL
public static final ApplicationProperty HELP_URL
public static final ApplicationProperty SEE_ALL_URL
public static final ApplicationProperty TOS_URL
public static final ApplicationProperty DEV_MODE
public static final ApplicationProperty PRELOAD_FQL
public static final ApplicationProperty CANVAS_NAME
public static final ApplicationProperty ICON_URL
public static final ApplicationProperty LOGO_URL
| Field Detail |
|---|
protected static final java.util.Map<java.lang.String,ApplicationProperty> PROP_TABLE
| Method Detail |
|---|
public static final ApplicationProperty[] values()
for(ApplicationProperty c : ApplicationProperty.values())
System.out.println(c);
public static ApplicationProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String getName()
public java.lang.String getType()
public static ApplicationProperty getPropertyForString(java.lang.String propName)
propName - the name to lookup
public static ApplicationProperty getProperty(java.lang.String name)
public java.lang.String propertyName()
public java.lang.String toString()
toString in class java.lang.Enum<ApplicationProperty>public boolean isBooleanProperty()
public boolean isStringProperty()
public boolean isName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||