- Home /
Invite facebook friends?
I am trying to use FB.AppRequest to invite friends, however the notifications do not display for the invited friends, not even for test users. I understand that facebook says the invitable friends functionality is only allowed for apps with a canvas implementation, but is there any way to invite a friend to a mobile only game? Android and IOS are the only platforms I am developing for.
Answer by zzzzzz789 · Oct 01, 2015 at 12:11 AM
You can use the Facebook provided dialogs on mobile to invite friends to install your game. FB.AppRequest in the Facebook SDK for Unity gives you access to Game Requests.
Facebook also launched App Invites this year, a new product specifically optimized for mobile invites. Use FB.Mobile.AppInvite to use this feature in the Unity SDK.
What link should I set for the URL when calling FB.$$anonymous$$obile.AppInvite? Please, take a look here: http://answers.unity3d.com/questions/1389974/facebook-invite-link-its-missing-or-incorrect.html