extensibleclient.html

来自「A Facebook API client implemented in Jav」· HTML 代码 · 共 1,085 行 · 第 1/5 页

HTML
1,085
字号
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set a cookie for the current user, with the specified expiration date and path.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#data_setCookie(java.lang.String, java.lang.String, java.lang.String)">data_setCookie</A></B>(java.lang.String&nbsp;name,               java.lang.String&nbsp;value,               java.lang.String&nbsp;path)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set a cookie for the current user, under the specified path.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected static&nbsp;java.lang.CharSequence</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#delimit(java.util.Collection, java.lang.String, java.lang.String, boolean)">delimit</A></B>(java.util.Collection&lt;java.util.Map.Entry&lt;java.lang.String,java.lang.String&gt;&gt;&nbsp;entries,        java.lang.String&nbsp;delimiter,        java.lang.String&nbsp;equals,        boolean&nbsp;doEncode)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#encodeMethods(java.util.List)">encodeMethods</A></B>(java.util.List&lt;com.google.code.facebookapi.BatchQuery&gt;&nbsp;queries)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#endPermissionsMode()">endPermissionsMode</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Terminates permissions mode.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#events_get(java.lang.Long, java.util.Collection, java.lang.Long, java.lang.Long)">events_get</A></B>(java.lang.Long&nbsp;userId,           java.util.Collection&lt;java.lang.Long&gt;&nbsp;eventIds,           java.lang.Long&nbsp;startTime,           java.lang.Long&nbsp;endTime)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all visible events according to the filters specified.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#events_getMembers(java.lang.Number)">events_getMembers</A></B>(java.lang.Number&nbsp;eventId)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the membership list of an event</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#extractBoolean(T)">extractBoolean</A></B>(<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A>&nbsp;result)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extracts a Boolean from a result that consists of a Boolean only.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#extractInt(T)">extractInt</A></B>(<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A>&nbsp;result)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extracts an Long from a result that consists of an Long only.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;java.lang.Long</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#extractLong(T)">extractLong</A></B>(<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A>&nbsp;result)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extracts an Long from a result that consists of a Long only.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#extractString(T)">extractString</A></B>(<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A>&nbsp;result)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extracts a String from a T consisting entirely of a String.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;java.net.URL</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#extractURL(T)">extractURL</A></B>(<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A>&nbsp;result)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extracts a URL from a result that consists of a URL only.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#fbml_refreshImgSrc(java.lang.String)">fbml_refreshImgSrc</A></B>(java.lang.String&nbsp;imageUrl)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recaches the image with the specified imageUrl.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#fbml_refreshImgSrc(java.net.URL)">fbml_refreshImgSrc</A></B>(java.net.URL&nbsp;imageUrl)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recaches the image with the specified imageUrl.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#fbml_refreshRefUrl(java.lang.String)">fbml_refreshRefUrl</A></B>(java.lang.String&nbsp;url)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recaches the referenced url.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#fbml_refreshRefUrl(java.net.URL)">fbml_refreshRefUrl</A></B>(java.net.URL&nbsp;url)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recaches the referenced url.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#fbml_setRefHandle(java.lang.String, java.lang.String)">fbml_setRefHandle</A></B>(java.lang.String&nbsp;handle,                  java.lang.String&nbsp;fbmlMarkup)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Associates a "<code>handle</code>" with FBML markup so that the handle can be used within the <a href="http://wiki.developers.facebook.com/index.php/Fb:ref">fb:ref</a> FBML tag.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_deactivateTemplateBundleByID(java.lang.Long)">feed_deactivateTemplateBundleByID</A></B>(java.lang.Long&nbsp;bundleId)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deactivates the specified template bundle.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_getRegisteredTemplateBundleByID(java.lang.Long)">feed_getRegisteredTemplateBundleByID</A></B>(java.lang.Long&nbsp;id)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve a template bundle by id.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html" title="type parameter in ExtensibleClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_getRegisteredTemplateBundles()">feed_getRegisteredTemplateBundles</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a list of all registered template bundles for your application.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_publishActionOfUser(java.lang.CharSequence, java.lang.CharSequence)">feed_publishActionOfUser</A></B>(java.lang.CharSequence&nbsp;title,                         java.lang.CharSequence&nbsp;body)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Publish the notification of an action taken by a user to newsfeed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_publishActionOfUser(java.lang.CharSequence, java.lang.CharSequence, java.util.Collection)">feed_publishActionOfUser</A></B>(java.lang.CharSequence&nbsp;title,                         java.lang.CharSequence&nbsp;body,                         java.util.Collection&lt;? extends <A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;? extends java.lang.Object,java.net.URL&gt;&gt;&nbsp;images)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Publish the notification of an action taken by a user to newsfeed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_publishStoryToUser(java.lang.CharSequence, java.lang.CharSequence)">feed_publishStoryToUser</A></B>(java.lang.CharSequence&nbsp;title,                        java.lang.CharSequence&nbsp;body)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Publish a story to the logged-in user's newsfeed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_publishStoryToUser(java.lang.CharSequence, java.lang.CharSequence, java.util.Collection)">feed_publishStoryToUser</A></B>(java.lang.CharSequence&nbsp;title,                        java.lang.CharSequence&nbsp;body,                        java.util.Collection&lt;? extends <A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;? extends java.lang.Object,java.net.URL&gt;&gt;&nbsp;images)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Publish a story to the logged-in user's newsfeed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.html#feed_publishStoryToUser(java.lang.CharSequence, java.lang.CharSequence, java.util.Collection, java.lang.Integer)">feed_publishStoryToUser</A></B>(java.lang.CharSequence&nbsp;title,                        java.lang.CharSequence&nbsp;body,                        java.util.Collection&lt;? extends <A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;? extends java.lang.Object,java.net.URL&gt;&gt;&nbsp;images,                        java.lang.Integer&nbsp;priority)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Publish a story to the logged-in user's newsfeed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/ExtensibleClient.h

⌨️ 快捷键说明

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