Search code examples
phpjavascriptfacebookfbjs

Facebook invite friends dialog height issue


We have integrated Facebook Connect to our website, including the invite friends function.

The funny thing is, some users are able to see the full dialog and some users are only able to see the dialog in the picture shown below.

Any ideas?

enter image description here


Solution

  • Temporary solution is to display invite dialog as a pop-up instead.

    FB.ui({
        method : 'apprequests',
        message: 'Your message',
        display: 'popup'
    },