Question

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

Was it helpful?

Solution

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

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

OTHER TIPS

This is a bug reported here.

Here is the response, written on November 18 at 9:12pm: "We already have a fix for this issue and it will be pushed soon."

This is a facebook bug. Report to them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top