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:
imageURLis deprecated from Graph API 2.9'contentTitle' is deprecated:
contentTitleis deprecated from Graph API 2.9'contentDescription' is deprecated:
contentDescriptionis deprecated from Graph API 2.9
What can I do in order to prevent this issue?