Facebook SDK 4.0 应用邀请 android

Facebook SDK 4.0 app invite android

我使用以下代码进行应用邀请。

if (AppInviteDialog.canShow()) {
AppInviteContent content = new AppInviteContent.Builder()
            .setApplinkUrl(appLinkUrl)
            .setPreviewImageUrl(previewImageUrl)
            .build();
AppInviteDialog.show(this, content);
}

每次我 运行 代码我什么都没有。 没有错误或没有警告什么都没有

我关注了 App invite link 但在 facebook 登录屏幕后没有得到任何结果。 知道这有什么问题吗?

您的 appLinkUrl 必须是 AppLink url, not just link to your app. (Yeah, it is confusing, but I have faced with this on my own experience). If you dont have one, you can create it here