.Hi folks,

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?
  • Administer's -what- page?
  • Why do we need to admin some page?

I just don't get it. Can anyone help?

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

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.
link|improve this answer
1  
I gave up on the FB dev forum a while ago, after a few days of no help. – Pure.Krome Aug 25 '11 at 15:07
feedback

This property is used so that any actions can originate from an application or page.

In the case of the like button at least the admins become an admin of your webpage's facebook page (what they're liking).

We probably don't need an admin, I've had to use the paramaters a few times where I've had no use for what being an admin provides.

link|improve this answer
feedback

Also, having admins or an app_id means that the insights for that web page will show when you are logged in as that user, or looking at that app's insights. It is important to link everything together properly so you get a full overview of your interactions and users etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.