From 57e23d615bdc1257183ca7fd05331f92fd8836e0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sun, 24 May 2009 21:26:24 +0100 Subject: Add Facebook symbols to the API docs --- docs/reference/rest/rest-docs.sgml | 2 ++ docs/reference/rest/rest-sections.txt | 40 +++++++++++++++++++++++++++++++++++ docs/reference/rest/rest.types | 2 ++ 3 files changed, 44 insertions(+) (limited to 'docs') diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml index a7d2cd0..f8658ef 100644 --- a/docs/reference/rest/rest-docs.sgml +++ b/docs/reference/rest/rest-docs.sgml @@ -14,6 +14,8 @@ + + diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 4ad4f4f..577af67 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -163,3 +163,43 @@ OAUTH_PROXY_CALL_CLASS OAUTH_IS_PROXY_CALL_CLASS OAUTH_PROXY_CALL_GET_CLASS + +
+facebook-proxy +FacebookProxyPrivate +FacebookProxy +FacebookProxy +facebook_proxy_new +facebook_proxy_new_with_session +facebook_proxy_get_api_key +facebook_proxy_set_app_secret +facebook_proxy_get_app_secret +facebook_proxy_get_session_key +facebook_proxy_set_session_key +facebook_proxy_sign +facebook_proxy_build_login_url + +FacebookProxyClass +FACEBOOK_PROXY +FACEBOOK_IS_PROXY +FACEBOOK_TYPE_PROXY +facebook_proxy_get_type +FACEBOOK_PROXY_CLASS +FACEBOOK_IS_PROXY_CLASS +FACEBOOK_PROXY_GET_CLASS +
+ +
+facebook-proxy-call +FacebookProxyCall +FacebookProxyCall + +FacebookProxyCallClass +FACEBOOK_PROXY_CALL +FACEBOOK_IS_PROXY_CALL +FACEBOOK_TYPE_PROXY_CALL +facebook_proxy_call_get_type +FACEBOOK_PROXY_CALL_CLASS +FACEBOOK_IS_PROXY_CALL_CLASS +FACEBOOK_PROXY_CALL_GET_CLASS +
diff --git a/docs/reference/rest/rest.types b/docs/reference/rest/rest.types index 28eae50..4fbfc0c 100644 --- a/docs/reference/rest/rest.types +++ b/docs/reference/rest/rest.types @@ -5,3 +5,5 @@ oauth_proxy_get_type oauth_proxy_call_get_type flickr_proxy_get_type flickr_proxy_call_get_type +facebook_proxy_get_type +facebook_proxy_call_get_type -- cgit v1.2.1