当我尝试将FBSDKShareLinkContent传递给FBSDKMessageDialog时,它会返回一些属性的警告,并说这些属性已从Graph API 2.9中弃用.
@H_502_2@
‘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
我该怎么做才能防止这个问题?