⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applicationproperty.html

📁 A Facebook API client implemented in Java, derived from the poorly-maintained official Facebook clie
💻 HTML
📖 第 1 页 / 共 4 页
字号:
DEFAULT_FBML</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>DEFAULT_FBML</B></PRE><DL><DD>The default FBML code that appears in the user's profile box when he or she adds your application.<P><DL></DL></DL><HR><A NAME="DESCRIPTION"><!-- --></A><H3>DESCRIPTION</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>DESCRIPTION</B></PRE><DL><DD>The description of your application.<P><DL></DL></DL><HR><A NAME="DESKTOP"><!-- --></A><H3>DESKTOP</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>DESKTOP</B></PRE><DL><DD>Indicates whether your application is Web-based (0) or gets installed on a user's desktop (1). (Default value is 1.)<P><DL></DL></DL><HR><A NAME="DEV_MODE"><!-- --></A><H3>DEV_MODE</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>DEV_MODE</B></PRE><DL><DD>Indicates whether developer mode is enabled (1) or disabled (0). Only developers can install applications in developer mode. (default value is 1)<P><DL></DL></DL><HR><A NAME="EDIT_URL"><!-- --></A><H3>EDIT_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>EDIT_URL</B></PRE><DL><DD>The URL to the Edit link displayed on your application's profile box. An admin of a Facebook Page that has added your application can follow the URL to edit the application settings for the Page.<P><DL></DL></DL><HR><A NAME="EMAIL"><!-- --></A><H3>EMAIL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>EMAIL</B></PRE><DL><DD>The email address associated with the application; the email address Facebook uses to contact you about your application. (default value is your Facebook email address.)<P><DL></DL></DL><HR><A NAME="HELP_URL"><!-- --></A><H3>HELP_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>HELP_URL</B></PRE><DL><DD>The URL to your application's help page<P><DL></DL></DL><HR><A NAME="ICON_URL"><!-- --></A><H3>ICON_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>ICON_URL</B></PRE><DL><DD>The URL to your application's icon. (this is a read-only property that cannot be set)<P><DL></DL></DL><HR><A NAME="INFO_CHANGED_URL"><!-- --></A><H3>INFO_CHANGED_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>INFO_CHANGED_URL</B></PRE><DL><DD>The URL to ping if a user changes the content of your application info section. Your application can get new content for the section, and set it with profile.setInfo.<P><DL></DL></DL><HR><A NAME="INSTALLABLE"><!-- --></A><H3>INSTALLABLE</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>INSTALLABLE</B></PRE><DL><DD>Indicates whether a user can (1) or cannot (0) install your application. (Default value is 1)<P><DL></DL></DL><HR><A NAME="IP_LIST"><!-- --></A><H3>IP_LIST</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>IP_LIST</B></PRE><DL><DD>For Web-based applications, these are the IP addresses of your servers that can access Facebook's servers and serve information to your application.<P><DL></DL></DL><HR><A NAME="IS_MOBILE"><!-- --></A><H3>IS_MOBILE</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>IS_MOBILE</B></PRE><DL><DD>Indicates whether your application can run on a mobile device (1) or not (0). (Default value is 1.)<P><DL></DL></DL><HR><A NAME="LOGO_URL"><!-- --></A><H3>LOGO_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>LOGO_URL</B></PRE><DL><DD>A URL for your application's logo, as shown in product directory and search listings. (this is a read-only property that cannot be set)<P><DL></DL></DL><HR><A NAME="MESSAGE_ACTION"><!-- --></A><H3>MESSAGE_ACTION</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>MESSAGE_ACTION</B></PRE><DL><DD>For applications that can create attachments, this is the label for the action that creates the attachment. It cannot be more than 20 characters.<P><DL></DL></DL><HR><A NAME="MESSAGE_URL"><!-- --></A><H3>MESSAGE_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>MESSAGE_URL</B></PRE><DL><DD>For applications that can create attachments, this is the URL where you store the attachment's content.<P><DL></DL></DL><HR><A NAME="POST_AUTHORIZE_REDIRECT_URL"><!-- --></A><H3>POST_AUTHORIZE_REDIRECT_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>POST_AUTHORIZE_REDIRECT_URL</B></PRE><DL><DD>The URL where a user gets redirected after authorizing your application. If not set, the user will continue on to the page that they were originally going to.<P><DL></DL></DL><HR><A NAME="POST_INSTALL_URL"><!-- --></A><H3>POST_INSTALL_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>POST_INSTALL_URL</B></PRE><DL><DD>The URL where a user gets redirected after installing your application on a Facebook Page. The post-install URL cannot be longer than 100 characters.<P><DL></DL></DL><HR><A NAME="PRELOAD_FQL"><!-- --></A><H3>PRELOAD_FQL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PRELOAD_FQL</B></PRE><DL><DD>A preloaded FQL query.<P><DL></DL></DL><HR><A NAME="PRIVACY_URL"><!-- --></A><H3>PRIVACY_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PRIVACY_URL</B></PRE><DL><DD>The URL to your application's privacy terms.<P><DL></DL></DL><HR><A NAME="PRIVATE_INSTALL"><!-- --></A><H3>PRIVATE_INSTALL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PRIVATE_INSTALL</B></PRE><DL><DD>Indicates whether you want to disable (1) or enable (0) News Feed and Mini-Feed stories when a user installs your application. (default value is 1)<P><DL></DL></DL><HR><A NAME="PROFILE_TAB_URL"><!-- --></A><H3>PROFILE_TAB_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PROFILE_TAB_URL</B></PRE><DL><DD>The URL from where Facebook fetches the content for an application tab. The URL should be relative to your canvas page URL at Facebook.<P><DL></DL></DL><HR><A NAME="PUBLISH_ACTION"><!-- --></A><H3>PUBLISH_ACTION</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PUBLISH_ACTION</B></PRE><DL><DD>The label for the link on a friend's profile to an application's Publisher content.<P><DL></DL></DL><HR><A NAME="PUBLISH_SELF_ACTION"><!-- --></A><H3>PUBLISH_SELF_ACTION</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PUBLISH_SELF_ACTION</B></PRE><DL><DD>The label for the link on user's own profile to an application's Publisher content.<P><DL></DL></DL><HR><A NAME="PUBLISH_SELF_URL"><!-- --></A><H3>PUBLISH_SELF_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PUBLISH_SELF_URL</B></PRE><DL><DD>The URL from which to fetch your application content for use in the Publisher when the user is publishing on her own profile.<P><DL></DL></DL><HR><A NAME="PUBLISH_URL"><!-- --></A><H3>PUBLISH_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>PUBLISH_URL</B></PRE><DL><DD>The URL from which to fetch your application content for use in the Publisher when the user is publishing on a friend's profile.<P><DL></DL></DL><HR><A NAME="SEE_ALL_URL"><!-- --></A><H3>SEE_ALL_URL</H3><PRE>public static final <A HREF="../../../../com/google/code/facebookapi/ApplicationProperty.html" title="enum in com.google.code.facebookapi">ApplicationProperty</A> <B>SEE_ALL_URL</B></PRE><DL><DD>??<P><DL>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -