I need to adjust canvas size after updating content of a page. I can do it explicitly by
FB.Canvas.setSize({ width: 760, height: 1480 });
howev
This has worked for me:
Note that you don't need FB.init unless you are using it for other reasons.