I have created some simple applications to use as custom tabs on my Facebook page, consisting of hyperlink images. I am not utilizing any of the functionality provided by the Facebook JavaScript SDK in these instances.
Do I really need to load the Facebook JavaScript SDK if I'm not making use of any of its features?
Initially, I thought about including it just to link the app's ID with the web page, but everything seems to be functioning correctly even without the standard code snippet that I've included below.
What would be the rationale behind excluding it if advised to do so?
Adam