I have a static FBML application. In the application, I have an image tag that points to am ImageGenerator web service that provides different images randomly.
I noticed though Facebook was caching the image in the src tag. How do I update this on tab load so that it forces FB to retrieve the new image?
I heard something about fb:ref, but I am not sure how to do this programatically in a static FBML application.