fbsdkappinvitecontent

Android facebook sdk appinvites AppInviteDialog white screen

拈花ヽ惹草 提交于 2019-12-23 15:26:10
问题 Hi im having this problem, when i try to send facebook appinvites from my android app it just hangs on this white dialog forever: . I've tried in emulators and real devices and it just keeps doing the same. I followed this guide: https://developers.facebook.com/docs/app-invites/android . Its wierd because at start i wasn't having this problem, it was opening fine and could see facebook friends and send the invitations but suddenly it just stopped working. I've been searching for a solution

what is AppLink URL in FB.Mobile.AppInvite in Facebook SDK for Unity? and how to get it? or make it?

有些话、适合烂在心里 提交于 2019-12-11 13:34:18
问题 I am using Unity 5.3.4f1 and Facebook SDK for unity 7.4 The problem is poor documentation and not having step by step guide to facebook SDK FB.Mobile.AppInvite in: https://developers.facebook.com/docs/unity/reference/current/FB.Mobile.AppInvite FB.Mobile.AppInvite( new Uri("www.HereGoesTheAppLinkUrl.com"), new Uri("https://www.dropbox.com/s/vzl519vvf4hfe3j/3DTank1200X628.png?dl=0"), AppInviteCallback }; The issue is what is AppLink? how to create it? any Csharp code for that? where is the