Using js inside an iframe to ask for extended permissions:
FB.ensureInit(function() { FB.Connect.showPermissionDialog("publish_stream", submit_post); });
the dialog pops up, but the lower half of the dialog is hidden and the user can't possibly click allow (or disallow for that matter)
has anyone seen this? what could be the reason?