I have a Page Tabs application hosted at https://circlekgreatlakesfb.com/ and installed at you can recreate this problem at http://www.facebook.com/pages/Centogram-Test/223053634373506?sk=app_2986... for testing.

The error is present in an IE browser. What looks like a loading bar appears at the top of the tab in the iframe and then you are immediately redirected out of Facebook to the fb module's rewritten tab url. At that point it enters the redirect loop

Comments

jerodfritz’s picture

Priority: Major » Minor

I located the javascript call that was causing the redirects.

By commenting out FB_JS.reload() on line 266 in fb.js the problem has dissapeared, but I'm not sure what the implication will be. Everything seems to be functioning as desired yet again.

          if (event_type == 'session_change') {
            // No instructions from ajax, reload entire page.
            //FB_JS.reload();
          }