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?
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?
Temporary solution is to display invite dialog as a pop-up instead.
FB.ui({
method : 'apprequests',
message: 'Your message',
display: 'popup'
},