ios – 对于FBSDKShareLinkContent属性,“已从图API API 2.9弃用”警告

前端之家收集整理的这篇文章主要介绍了ios – 对于FBSDKShareLinkContent属性,“已从图API API 2.9弃用”警告前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我尝试将FBSDKShareLinkContent传递给FBSDKMessageDialog时,它会返回一些属性的警告,并说这些属性已从Graph API 2.9中弃用.

‘imageURL’ is deprecated: imageURL is deprecated from Graph API 2.9

‘contentTitle’ is deprecated: contentTitle is deprecated from Graph API 2.9

‘contentDescription’ is deprecated: contentDescription is deprecated from Graph API 2.9

我该怎么做才能防止这个问题?

解决方法

允许将链接附加到帖子的方法现在从专有元标记而不是代码本身中检索图像,标题和描述.只需删除线条即可清除警告并在网站上设置正确的标签.

See the exact deprecation changelog here.

原文链接:https://www.f2er.com/iOS/328325.html

猜你在找的iOS相关文章