index-all.html
来自「A Facebook API client implemented in Jav」· HTML 代码 · 共 567 行 · 第 1/5 页
HTML
567 行
<DD>Call this function to retrieve the session information after your user has logged in.<DT><A HREF="./com/google/code/facebookapi/FacebookJsonRestClient.html#auth_getSession(java.lang.String)"><B>auth_getSession(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookJsonRestClient.html" title="class in com.google.code.facebookapi">FacebookJsonRestClient</A><DD>Sets the session information (sessionKey) using the token from auth_createToken.<DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#auth_getSession(java.lang.String)"><B>auth_getSession(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> Call this function to retrieve the session information after your user has logged in.<DT><A HREF="./com/google/code/facebookapi/FacebookXmlRestClient.html#auth_getSession(java.lang.String)"><B>auth_getSession(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookXmlRestClient.html" title="class in com.google.code.facebookapi">FacebookXmlRestClient</A><DD>Call this function to retrieve the session information after your user has logged in.<DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#auth_getSession(java.lang.String)"><B>auth_getSession(String)</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>Call this function to retrieve the session information after your user has logged in.<DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#auth_getUserId(java.lang.String)"><B>auth_getUserId(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD><B>Deprecated.</B> <I>please call auth_getSession(authToken), then you can call users_getLoggedInUser(), or getCacheUserId()</I><DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#auth_getUserId(java.lang.String)"><B>auth_getUserId(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#auth_getUserId(java.lang.String)"><B>auth_getUserId(String)</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#auth_promoteSession()"><B>auth_promoteSession()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD> <DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#auth_promoteSession()"><B>auth_promoteSession()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#auth_promoteSession()"><B>auth_promoteSession()</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>Generate a key for the current session that can be used to authenticate client-side components.<DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#auth_revokeAuthorization()"><B>auth_revokeAuthorization()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD> <DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#auth_revokeAuthorization()"><B>auth_revokeAuthorization()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#auth_revokeAuthorization()"><B>auth_revokeAuthorization()</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>If this method is called for the logged in user, then no further API calls can be made on that user's behalf until the user decides to authorize the application again.<DT><A HREF="./com/google/code/facebookapi/FacebookExtendedPerm.html#authorizationUrl(java.lang.String, com.google.code.facebookapi.FacebookExtendedPerm)"><B>authorizationUrl(String, FacebookExtendedPerm)</B></A> - Static method in enum com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookExtendedPerm.html" title="enum in com.google.code.facebookapi">FacebookExtendedPerm</A><DD><B>Deprecated.</B> <I>this class exists for legacy support only. Please use Permission instead.</I><DT><A HREF="./com/google/code/facebookapi/FacebookExtendedPerm.html#authorizationUrl(java.lang.String, java.lang.CharSequence)"><B>authorizationUrl(String, CharSequence)</B></A> - Static method in enum com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookExtendedPerm.html" title="enum in com.google.code.facebookapi">FacebookExtendedPerm</A><DD><B>Deprecated.</B> <I>this class exists for legacy support only. Please use Permission instead.</I><DT><A HREF="./com/google/code/facebookapi/Permission.html#authorizationUrl(java.lang.String, com.google.code.facebookapi.Permission)"><B>authorizationUrl(String, Permission)</B></A> - Static method in enum com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/Permission.html" title="enum in com.google.code.facebookapi">Permission</A><DD>Compute the URL to which to send the user to request the extended permission.<DT><A HREF="./com/google/code/facebookapi/FacebookSignatureUtil.html#autoVerifySignature(java.util.Map, java.lang.String, java.lang.String)"><B>autoVerifySignature(Map<String, String[]>, String, String)</B></A> - Static method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookSignatureUtil.html" title="class in com.google.code.facebookapi">FacebookSignatureUtil</A><DD>Verifies that a signature received matches the expected value.<DT><A HREF="./com/google/code/facebookapi/FacebookSignatureUtil.html#autoVerifySignature(java.util.Map, java.lang.String)"><B>autoVerifySignature(Map<String, String[]>, String)</B></A> - Static method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookSignatureUtil.html" title="class in com.google.code.facebookapi">FacebookSignatureUtil</A><DD>Verifies that a signature received matches the expected value.</DL><HR><A NAME="_B_"><!-- --></A><H2><B>B</B></H2><DL><DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#batch_run(java.lang.String, boolean)"><B>batch_run(String, boolean)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD>Executes a batch of queries.<DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#batch_run(java.lang.String, boolean)"><B>batch_run(String, boolean)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> Executes a batch of queries.<DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#batch_run(java.lang.String, boolean)"><B>batch_run(String, boolean)</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>Executes a batch of queries.<DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#batchMode"><B>batchMode</B></A> - Variable in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD> <DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#batchMode"><B>batchMode</B></A> - Variable in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#beginBatch()"><B>beginBatch()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD>Starts a batch of queries.<DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#beginBatch()"><B>beginBatch()</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> Starts a batch of queries.<DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#beginBatch()"><B>beginBatch()</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>Starts a batch of queries.<DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#beginPermissionsMode(java.lang.String)"><B>beginPermissionsMode(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD> <DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#beginPermissionsMode(java.lang.String)"><B>beginPermissionsMode(String)</B></A> - Method in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/IFacebookRestClient.html#beginPermissionsMode(java.lang.String)"><B>beginPermissionsMode(String)</B></A> - Method in interface com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/IFacebookRestClient.html" title="interface in com.google.code.facebookapi">IFacebookRestClient</A><DD>Begins permissions mode, and allows the current application to begin making requests on behalf of the application associated with the specified API key.<DT><A HREF="./com/google/code/facebookapi/BundleStoryTemplate.html" title="class in com.google.code.facebookapi"><B>BundleStoryTemplate</B></A> - Class in <A HREF="./com/google/code/facebookapi/package-summary.html">com.google.code.facebookapi</A><DD>A simple data structure for storing a story-template used in the feed_registerTemplateBundle API call.<DT><A HREF="./com/google/code/facebookapi/BundleStoryTemplate.html#BundleStoryTemplate()"><B>BundleStoryTemplate()</B></A> - Constructor for class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/BundleStoryTemplate.html" title="class in com.google.code.facebookapi">BundleStoryTemplate</A><DD>Constructor.<DT><A HREF="./com/google/code/facebookapi/BundleStoryTemplate.html#BundleStoryTemplate(java.lang.String, java.lang.String)"><B>BundleStoryTemplate(String, String)</B></A> - Constructor for class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/BundleStoryTemplate.html" title="class in com.google.code.facebookapi">BundleStoryTemplate</A><DD>Constructor.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="./com/google/code/facebookapi/ExtensibleClient.html#cacheAppAdded"><B>cacheAppAdded</B></A> - Variable in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/ExtensibleClient.html" title="class in com.google.code.facebookapi">ExtensibleClient</A><DD> <DT><A HREF="./com/google/code/facebookapi/FacebookRestClient.html#cacheAppAdded"><B>cacheAppAdded</B></A> - Variable in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookRestClient.html" title="class in com.google.code.facebookapi">FacebookRestClient</A><DD><B>Deprecated.</B> <DT><A HREF="./com/google/code/facebookapi/FacebookJsonRestClient.html#cacheFriendsList"><B>cacheFriendsList</B></A> - Variable in class com.google.code.facebookapi.<A HREF="./com/google/code/facebookapi/FacebookJsonRestClient.html" title="class in com.google.code.facebookapi">FacebookJsonRestClient</A><DD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?