我想知道如何邀请或请求。但 FBInstant SDK 在共享时不会询问我任何目标 ID。
我的代码如下(打字稿),
const options : FBInstant.SharePayload = {
intent : "INVITE",
text : "SomeText",
image : base64Image, // exist.
data : {}
};
FBInstant.shareAsync(options);
这显示“共享”窗口。FBInstant.shareAsync() 不能完全正常工作。