I work with Facebook AppInvites.
I need to send a direct message / invitation from my application to my facebook friends.
I am trying to use this code -
this.facebook.appInvite( { url: "myapp://invite_from_fb?referral=123456789", picture: "" } );
Error -
ERROR error: not shown (in promise): dialog not displayed

source share