The docs for FB.init list the following options:
appIdcookieloggingstatusxfbmlchannelUrlauthResponsefrictionlessRequestshideFlashCallback
However, I have seen several FaceBook webapps useing additional options, including (but probably not limited to)
useCachedDialogsoauthsecret(for the appSecret – this is a bad idea right?)
Are these standard options for FB.init? If so, where are they documented, if at all?
If not, are these custom options? and what would the benefit would be of doing something like this.
Copy n Paste from comments
oauthis (or was) documented. It was necessary to useoauthin js sdk.useCachedDialogsis for mobile apps. From hereSecretshouldnt be visible on client side, I dont think facebook will have ever said to include this at client side