Need help !!

abhi987

Registered Member
Joined
Aug 22, 2009
Messages
72
Reaction score
14
Hi friends i need help i got one app and dont know what is this numbers,can anybody tell me thanks in advance:D and what should i add there

<meta property="fb:admins" content="1403703735, 1296893194"/>
 
Page Administration

To administer your page, you need to associate it with either your Facebook account or your Facebook Platform application. It is valid to associate your page with both user accounts and a Facebook Platform Application.
To associate the page with your Facebook account, add the additional property fb:admins to your page with a comma-separated list of the user IDs or usernames of the Facebook accounts who own the page, e.g.:

<meta property="fb:admins" content="USER_ID1,USER_ID2"/> Each listed user must click Like on the URL to be approved as an admin.
This is to prevent users being made admins without their consent.
Some sites may have hundreds or even thousands of pages with Open Graph protocol meta data. To handle a site with lots of pages, you can link your pages to your Facebook Platform application. This will enable you to publish stream updates to your pages programmatically. To connect your Page to your Facebook application ID, include your application's id in the fb:app_id property on your pages:

<meta property="fb:app_id" content="1234567"/>
 
Page Administration

To administer your page, you need to associate it with either your Facebook account or your Facebook Platform application. It is valid to associate your page with both user accounts and a Facebook Platform Application.
To associate the page with your Facebook account, add the additional property fb:admins to your page with a comma-separated list of the user IDs or usernames of the Facebook accounts who own the page, e.g.:

<meta property="fb:admins" content="USER_ID1,USER_ID2"/> Each listed user must click Like on the URL to be approved as an admin.
This is to prevent users being made admins without their consent.
Some sites may have hundreds or even thousands of pages with Open Graph protocol meta data. To handle a site with lots of pages, you can link your pages to your Facebook Platform application. This will enable you to publish stream updates to your pages programmatically. To connect your Page to your Facebook application ID, include your application's id in the fb:app_id property on your pages:

<meta property="fb:app_id" content="1234567"/>
thanks dude
 
Back
Top