When I try to pass an FBSDKShareLinkContent
to an FBSDKMessageDialog
, it returns with warnings for some properties, saying that those are deprecated from 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
What can I do in order to prevent this issue?