ifacebookrestclient.html
来自「A Facebook API client implemented in Jav」· HTML 代码 · 共 1,010 行 · 第 1/5 页
HTML
1,010 行
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html" title="type parameter in IFacebookRestClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_getCookies(java.lang.Long)">data_getCookies</A></B>(java.lang.Long userId)</CODE><BR> Get all cookies for the specified user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html" title="type parameter in IFacebookRestClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_getCookies(java.lang.Long, java.lang.CharSequence)">data_getCookies</A></B>(java.lang.Long userId, java.lang.CharSequence name)</CODE><BR> Get a specific cookie for the specified user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html" title="type parameter in IFacebookRestClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_getCookies(java.lang.String)">data_getCookies</A></B>(java.lang.String name)</CODE><BR> Get a specific cookie for the currently logged-in user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_getUserPreference(java.lang.Integer)">data_getUserPreference</A></B>(java.lang.Integer prefId)</CODE><BR> Lookup a single preference value for the current user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Map<java.lang.Integer,java.lang.String></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_getUserPreferences()">data_getUserPreferences</A></B>()</CODE><BR> Get a map containing all preference values set for the current user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.Long, java.lang.CharSequence, java.lang.CharSequence)">data_setCookie</A></B>(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value)</CODE><BR> Set a cookie for the specified user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.Long, java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence)">data_setCookie</A></B>(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.CharSequence path)</CODE><BR> Set a cookie for the specified user, with the specified path.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.Long, java.lang.CharSequence, java.lang.CharSequence, java.lang.Long)">data_setCookie</A></B>(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.Long expires)</CODE><BR> Set a cookie for the specified user, with the specified expiration date.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.Long, java.lang.CharSequence, java.lang.CharSequence, java.lang.Long, java.lang.CharSequence)">data_setCookie</A></B>(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.Long expires, java.lang.CharSequence path)</CODE><BR> Set a cookie for the specified 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> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.String, java.lang.String)">data_setCookie</A></B>(java.lang.String name, java.lang.String value)</CODE><BR> Set a cookie for the current user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.String, java.lang.String, java.lang.Long)">data_setCookie</A></B>(java.lang.String name, java.lang.String value, java.lang.Long expires)</CODE><BR> Set a cookie for the current user, with the specified expiration date.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.String, java.lang.String, java.lang.Long, java.lang.String)">data_setCookie</A></B>(java.lang.String name, java.lang.String value, java.lang.Long expires, java.lang.String path)</CODE><BR> 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> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setCookie(java.lang.String, java.lang.String, java.lang.String)">data_setCookie</A></B>(java.lang.String name, java.lang.String value, java.lang.String path)</CODE><BR> 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> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setUserPreference(java.lang.Integer, java.lang.String)">data_setUserPreference</A></B>(java.lang.Integer prefId, java.lang.String value)</CODE><BR> Set a user-preference value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#data_setUserPreferences(java.util.Map, boolean)">data_setUserPreferences</A></B>(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)</CODE><BR> Set multiple user-preferences values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#endPermissionsMode()">endPermissionsMode</A></B>()</CODE><BR> Terminates permissions mode.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html" title="type parameter in IFacebookRestClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#events_get(java.lang.Long, java.util.Collection, java.lang.Long, java.lang.Long)">events_get</A></B>(java.lang.Long userId, java.util.Collection<java.lang.Long> eventIds, java.lang.Long startTime, java.lang.Long endTime)</CODE><BR> 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> <A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html" title="type parameter in IFacebookRestClient">T</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#events_getMembers(java.lang.Number)">events_getMembers</A></B>(java.lang.Number eventId)</CODE><BR> 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> java.util.List<? extends java.lang.Object></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#executeBatch(boolean)">executeBatch</A></B>(boolean serial)</CODE><BR> Executes a batch of queries.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#fbml_refreshImgSrc(java.lang.String)">fbml_refreshImgSrc</A></B>(java.lang.String imageUrl)</CODE><BR> 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> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#fbml_refreshImgSrc(java.net.URL)">fbml_refreshImgSrc</A></B>(java.net.URL imageUrl)</CODE><BR> 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> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/google/code/facebookapi/IFacebookRestClient.html#fbml_refreshRefUrl(java.lang.String)">fbml_refreshRefUrl</A></B>(java.lang.String url)</CODE><BR> Recaches the referenced url.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?