Msgstr "warnings from API properties APIs

When I try to pass FBSDKShareLinkContentin FBSDKMessageDialog, it returns with warnings for some properties, saying that they are deprecated from Graph API 2.9.

'imageURL' deprecated: imageURLdeprecated from Graph API 2.9

'contentTitle' deprecated: contentTitledeprecated from Graph API 2.9

'contentDescription' deprecated: contentDescriptiondeprecated from Graph API 2.9

What can I do to prevent this problem?

+6
source share
2 answers

, , , meta, . , .

. .

+8

, ( 2.9), facebook. , facebook, "og" ( "og: title" ..) -, .

- :

<meta property="og:title" content="your content"/>
<meta property="og:description" content="your content"/>
+1

Source: https://habr.com/ru/post/1016675/


All Articles