diff --git a/apidoc/Facebook.yml b/apidoc/Facebook.yml
index d909795f..a60bd07f 100644
--- a/apidoc/Facebook.yml
+++ b/apidoc/Facebook.yml
@@ -147,6 +147,26 @@ description: |
fbshareextension
+ If you are using the older Ti.Facebook Module 4.0.5 and wish to support iOS9, you will instead need to include the following key
+ and values in `tiapp.xml` to handle the switching in and out of your app:
+
+ LSApplicationQueriesSchemes
+
+ fbapi
+ fbapi20130214
+ fbapi20130410
+ fbapi20130702
+ fbapi20131010
+ fbapi20131219
+ fbapi20140410
+ fbapi20140116
+ fbapi20150313
+ fbapi20150629
+ fbauth
+ fbauth2
+ fb-messenger-api20140430
+
+
For iOS9 and titanium 5.0.0.GA and above, App Transport Security is disabled by default.
If you choose to enable it, you have to set the following keys and values in `tiapp.xml` section for facebook module: