Tells Facebook that the current page uses a specified resource. This can cause that resource to be prefetched to the browser to improve performance.
See the Prefetching section of the Canvas tutorial for an overview of this feature.
object, link, and script tags that reference Flash, Javascript, and CSS files. If your static resource is one of these types, but is not referenced from the DOM, you can call this function to schedule it for prefetching.The resource must properly return the following HTTP headers when requested by the client (if the headers are specified at all):
application/x-shockwave-flash, application/x-compress, text/css, application/javascript, and application/x-javascript. If the content is not one of these types, the resource will be ignored.no-cache, no-store, or private, the resource will be ignored.You can use the staticresources connection on the Graph API Application object to verify that resources you are adding are getting counted.