Hello I would like to know if it possible to get a FB APP_ID if I had created a Facebook page (no normal user) or this ID is just for applications? Thanks
If you are facebook user login your id and go to "https://developers.facebook.com" link for registration as a facebook developer.
After confirm facebook developer Go to "APPS" tab create new Apps by enter your desire site for example "http://chalachchabi.com/"
Facebook will provide your FB APP_ID for further uses.
Login to the facebook developer console at:
developers.facebook.com
Here create a new facebook app for your website / page:
My Apps
> Add a New App
> Website
If your question is whether you can use your FB Page ID as the fb:app_id
meta tag, then no! Facebook's documentation is spare and contradictory on this.
You do not have an app id but a page id.
i.e. http://graph.facebook.com/nike gives you:
{
"id": "15087023444",
"name": "Nike",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/373573_15087023444_171119216_s.jpg",
"link": "http://www.facebook.com/nike",
"likes": 5645333,
"category": "Product/service",
"website": "http://www.facebook.com/nike",
"username": "nike",
"description": "Nike | Facebook",
"talking_about_count": 44336
}
For more info, Refer this link
[EDIT]: Facebook api has been updated: you need an access token to get data from this endpoint now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With