Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It seems that facebook caches fanpage , I am developing FBML application that is displayed in the fan page as a landing tab. But it is just frustrating, anyone has a solution how to clear or prevent facebook fanpage cache or any other way to work with fanpage/application development ?

share|improve this question

1 Answer

There is no way to prevent the caching on FB's side but a workaround is to use an application within a tab on your fan page that uses the onclick event to load an iframe within the tab to your site, this way the content that is loaded will never be cached as it will be run from your own server.

share|improve this answer
This can not be the only solution. It breaks expectations horribly when a single Page Tab App is servicing multiple Pages with customized views. I understand why they do it but they should make valid POST requests with a signed request containing the Page ID to be cached. – jlujan Sep 27 '12 at 15:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.