The app ID specified within the “fb:app_id” meta tag was invalid

前端 未结 5 1066
滥情空心
滥情空心 2021-02-19 08:35

I tried to enable Facebook Insights for my web. I added my page\'s APP_ID to fb:admins to enable every admin of my page to access Insights when logged

5条回答
  •  [愿得一人]
    2021-02-19 09:01

    Only personal IDs are allowed in the fb:admins meta tag. Application IDs won't work, even though they are actually valid (in contrary to what the error message says).

    Optionally, it may also work with page_id:

    
    

    The suggested app_iddidn't work at all :(

提交回复
热议问题