Javascript Facebook共享url调试器警告

Javascript Facebook共享url调试器警告,javascript,php,facebook,facebook-graph-api,facebook-sharer,Javascript,Php,Facebook,Facebook Graph Api,Facebook Sharer,当我在中输入我的url时,我收到以下消息: Warnings That Should Be Fixed 1. Share App ID Missing | The 'fb:app_id' property should be explicitly provided, Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively,

当我在中输入我的url时,我收到以下消息:

Warnings That Should Be Fixed
1. Share App ID Missing        | The 'fb:app_id' property should be explicitly provided, Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively, app_id can be set in url when open the share dialog.
如果我添加我的facebook页面id,如下所示:

<meta property="fb:page_id" content="{{ $app_id }}">

有没有办法解决这个问题?

fb:app\u id
!=<代码>fb:page_id好的,知道了,但是app_id错误怎么办?这不是错误,是警告。如果您有一个应用程序想要与该URL关联(例如,为了评论审核),请将其添加到该URL中,否则将该元标记保留在外。
fb:app_id
!=<代码>fb:page_id好的,知道了,但是app_id错误怎么办?这不是错误,是警告。如果你有一个应用程序,你想与该URL关联(例如,为了评论调节的目的),那么就把它添加到那里,否则就把meta标签留下。
1. Extraneous Property        | Objects of this type do not allow properties named 'fb:page_id'.
2. Share App ID Missing       | The 'fb:app_id' property should be explicitly provided, Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively, app_id can be set in url when open the share dialog.
3. Parser Mismatched Metadata | The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'fb:page_id'