I have been asked to claim a domain for a brand. We used to do this by using
<meta property="fb:page_id"content="%page_id_here%" />
This would automatically give admins of the relevant Facebook page access to the domain insights. Facebook will no longer validate the ownership of domains like this (1) (2) and you must use fb:admin
or fb:app_id
.
Obviously fb:app_id
will be the preferred way to do this, but does that mean we have two sets of user permissions, one for the Facebook page and one for the Facebook app created just for the domain?
Is there any easy way to make them one and the same?