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 into Facebook as Page. But when I try to save the dialog message appears:
The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid.
I double checked my app ID and it's correct.
The $app_id value in our example above ( 966242223397117 ) is Facebook's “default APP ID”. This can be used by any website as a default, and will remove the error in the debugger. If you have a Facebook app, you can replace that value and use your own application ID.
To install the FB App_ID, navigate to the titles and meta settings page, click the social meta tab, and paste the ID in. Problem fixed!
If you are facebook user login your id and go to "https://developers.facebook.com" link for registration as a facebook developer. Facebook will provide your FB APP_ID for further uses.
To link Domain Insights to an app rather than a user, you need to use the fb:app_id
tag:
<meta property="fb:app_id" content="your_app_id" />
Source: https://developers.facebook.com/docs/insights/
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:
<meta property="fb:page_id" content="395450240451647" />
The suggested app_id
didn't work at all :(
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With