Why does Facebook's Open Graph protocol require an fb:admins or fb:app_id .. and what is the importance of this property?

11,763

I already answered on Facebook Dev Forum :

As described here : http://developers.facebook.com/docs/opengraph/

Your page will appear in the "Likes and Interests" section of the user's profile, and you have the ability to publish updates to the user

  1. Without this property you'll loose admin right on the Open Graph Facebook Page
  2. Yep, when users likes your website's page, it'll generate an Open Graph Facebook Page : When users will try to go on it (by cliking on publications, or searching), it will redirect to your website's page.
  3. To publish status updates to users news feed, create events, or add pictures related to this page.
Share:
11,763
Pure.Krome
Author by

Pure.Krome

Just another djork trying to ply his art in this mad mad world. Tech stack I prefer to use: Laguage: C# / .NET Core / ASP.NET Core Editors: Visual Studio / VS Code Persistence: RavenDB, SqlServer (MSSql or Postgres) Source control: Github Containers: Docker & trying to learn K&'s Cloud Platform: Azure Caching/CDN: Cloudflare Finally: A Tauntaun sleeping bag is what i've always wanted spaces > tabs

Updated on June 30, 2022

Comments

  • Pure.Krome
    Pure.Krome almost 2 years

    I'm playing around with adding some Facebook Open Graph meta tags to my web site, to help with Facebook sharing of my website content.

    One of the tags is this:

    fb:admins or fb:app_id
    

    A comma-separated list of either Facebook user IDs or a Facebook Platform application ID that administers this page. It is valid to include both fb:admins and fb:app_id on your page.

    Questions:

    • What is the importance of this property?
    • Administers what page?
    • Why do we need to administer some page?