
Untitled
By: a guest on
May 8th, 2012 | syntax:
None | size: 0.60 KB | hits: 24 | expires: Never
Facebook app request not getting displayed despite the increase of count
FB.ui({
method : 'apprequests',
display : 'iframe',
to : '',
data : '',
title : 'Invite your friends to use Connect.',
message : 'Hi, I am a friend of this site and I think you should join me! Register now to join our friendly group.',
max_recipients : '5',
},
function(response) {
if (response) {
alert('Post was published.');
}
else
{
alert('Post was not published.');
}
});