Skip to content Skip to sidebar Skip to footer

FB.ui Dialog For Apprequest Hangs Forever In Iframe Mode

Somehow I can't get the iframe mode to work in the following code The dialog shows up but the loading hangs forever and nothing is displayed in the box it works just fine with dis

Solution 1:

Myself and some of my peers are seeing the same behavior. In our case, the problem seems to happen only when running on a port other than 80. E.g. in development, we usually run on port 3000, and see the hang you describe (with the "feed" dialog in our case). When running on port 80, everything works fine. This appears to be a recent problem.


Solution 2:

Haven't used FB.ui in quite a while so not sure how it changed meanwhile, but why do you return console.log()? I'd say, remove the return keyword and try again. See what the Firbug / Chrome / etc. console says. Based on that I'm sure you'll be able to get to a working solution, or post it here and we can help you out. Code should be quite standard.


Post a Comment for "FB.ui Dialog For Apprequest Hangs Forever In Iframe Mode"