I am using the following code to send invitations to my facebook friends but it opens request pop up but no invitations are received to my friends:
<div>
<div id="fb-root">
</div>
<script src="http://connect.facebook.net/en_US/all.js">
if (top.location != self.location) { top.location = self.location }
FB.init({
appId: 'my_app_id',
cookie: true,
status: true,
xfbml: true
});
function FacebookInviteFriends() {
FB.ui({
method: 'apprequests',
message: '9lessons Programming Blog Topics focused on Web Programming.'
});
}
</script>
<a href='#' onclick="FacebookInviteFriends();">Facebook Invite Friends</a>
</div>
i am following the This link to to do this.
please help me. please help me find where i am doing wrong.
here is the screenshoot of my apps settings