Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

.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?

share|improve this question

3 Answers

up vote 5 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.
share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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