I have the ID of a facebook fanpage, and only the ID. Which link I have to build to redirect to this fanpage?
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.
|
|
Well as you query the graph using the object id (user, page..group...etc):
Querying Facebook directly would also redirect to the "object" page:
Yet this is not an official way. So I'm not sure if this could stop working in the future. |
|||||||||
|
|
If you only want link that will bring you to the fanpage itself you may use:
It'll work for any Facebook ID, no matter page, user, application Update:
So if you need to direct users not only to the page itself but to application on a Page you may use links like:
|
||||
|
|