我尝试为我的网站启用 Facebook Insights。我将页面的
APP_ID
添加到 fb:admins
,以便页面的每个管理员在以页面身份登录 Facebook 时能够访问 Insights。但是当我尝试保存时,会出现对话框消息:
The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid.
我仔细检查了我的应用 ID,它是正确的。
要将 Domain Insights 链接到应用程序而不是用户,您需要使用
fb:app_id
标签:
<meta property="fb:app_id" content="your_app_id" />
在 fb:admins
元标记中仅允许使用个人 ID。应用程序 ID 将不起作用,即使它们实际上有效(与错误消息所述相反)。它也可以与 page_id 一起使用:
<meta property="fb:page_id" content="395450240451647" />
建议的
app_id
根本不起作用:(