Sunday, January 14, 2018

Unable to show dialog | Facebook Appinvites | IONIC 2

Leave a Comment

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

1 Answers

Answers 1

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.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment