Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to show dialog | Facebook Appinvites | IONIC 2

I am working with Facebook AppInvites.

I need to send direct message/invitation from my app to my facebook friends.

I am trying this code -

  this.facebook.appInvite(
                {
                    url: "myapp://invite_from_fb?referral=123456789",
                    picture: ""
                }
            );

Error -

ERROR Error: Uncaught (in promise): Cannot show dialog

enter image description here

like image 771
TechValens Avatar asked Oct 17 '22 00:10

TechValens


1 Answers

this feature is not available anymore and will be depcreated in a few weeks, so better search for another solution.

https://developers.facebook.com/docs/app-invites/android

I am sorry for having no better answer for you. It seems like facebook do not want to provide app invitations anymore.

like image 166
cpro90 Avatar answered Oct 20 '22 20:10

cpro90