we have been trying to setup the height for a canvas app without luck.
this is the code we are using
window.fbAsyncInit = function()
{
// assume we are already logged in
FB.init({appId: '<?=$fb_app_id ?>', xfbml: true, oauth : true,cookie: true});
FB.Canvas.setAutoGrow();
}
function sizeChangeCallback() {
FB.Canvas.setSize({ width: 810, height: 950);
}
We tried both without the sizechangecallback
and our settings set to Fixed and Fixed 950