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.

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

share|improve this question

2 Answers

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

By the way, you should use http://facebook.stackoverflow.com/

share|improve this answer

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.

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.