FBSDKShareLinkContent当应用程序处于实时状态iOS时,无法共享标题和描述

时间:2016-04-20 16:21:23

标签: ios objective-c facebook

我已经实现了FBSDKShareLinkContent来共享contentURL,title,description和imageURL。我在应用程序中实现了深层链接,在从Facebook选择图像时将其重定向到苹果商店。

我已经对以下代码进行了修改:

FBSDKShareLinkContent *shareContent = [[FBSDKShareLinkContent alloc] init];
[shareContent setContentURL:url;
[shareContent setContentTitle:params.title];
[shareContent setContentDescription:description;
[shareContent setImageURL:imgURL;

直到我的应用程序重定向链接未处于实时状态才有效。但是当我将它发布到Facebook时,现在标题和描述不可见。

1 个答案:

答案 0 :(得分:1)

Facebook在以下链接中回答了这个问题: https://developers.facebook.com/docs/sharing/reference/feed-dialog/v2.6#params

清除您的应用程序正在共享谷歌播放商店链接的iTunes链接,然后添加到共享对话框内容的描述将不会在Facebook上发布。