Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook App Invites is deprecated

As the latest release of Facebook SDK version 4.28.0 - November 7, 2017, App Invites is deprecated. https://developers.facebook.com/docs/app-invites/android/

With the release of the Facebook SDK version 4.28.0, App Invites is deprecated. It will be supported until February 5, 2018.

It makes the AppInviteDialog not working as expected (show white screen instead of list friends - Facebook app is not installed in the device), even I decreased Facebook SDK version to 4.27.0 or lower). I tried to find out more information at offical docs but no luck. Anyone have a solution for this trouble ?

like image 486
Think Twice Code Once Avatar asked Nov 09 '17 08:11

Think Twice Code Once


3 Answers

You should also consider using popular messaging apps and other social networks to leverage app invites i.e Whatsapp, Kik, Twitter, Kakao etc. More details here

Our data shows that less than 18% of users prefer inviting via FB AppInvites, whereas the other 82% of users prefer to invite friends via WhatsApp, FB Messenger and other chat applications.

(Disclaimer: I am founder of GetSocial)

like image 60
Viral Avatar answered Nov 11 '22 06:11

Viral


Seems there is no other option for non-game applications but to remove Facebook app invites. Google Firebase invites is good option we integrated recently and used side-by-side with Facebook Invites.

like image 26
Stass Soldatov Avatar answered Nov 11 '22 05:11

Stass Soldatov


I was just trying to add invites for the first time and struggled for a long time until I realized that I need to do the following:

1 - Use Game Requests ( i.e. apprequests)

2 - Enable "Deep Linking" in Basic Settings page on Facebook developer portal for each platform, you won't see the option unless you also enable "Single Sign On".

Now the notifications open directly into app store if app not installed or into the game directly if it is installed.

The great thing is you don't need an App Link!!

like image 1
Sievlar Avatar answered Nov 11 '22 07:11

Sievlar