Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

IE8-9, Safari, Mozilla, Chrome OK! Why does not work in Opera?

 <body style="overflow:hidden;">

    <script src="https://connect.facebook.net/en_US/all.js"></script>
        <div id="fb-root"></div>
        <script type="text/javascript">

        window.fbAsyncInit = function() {
            FB.init({
              appId : 'MyAPPID', 
              cookie : true 
            });
                 FB.Canvas.setAutoGrow(100);
          }
    </script>
share|improve this question
try FB.Canvas.setSize(); to set the specific height.. developers.facebook.com/docs/reference/javascript/… – sandip patil Oct 19 '12 at 8:36
No sure. Do you have a link to a page with the problem? – hallvors Oct 26 '12 at 14:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.