How to stay in facebook Page context

When developing Facebook application for Pages, it is mandatory to “stay in Page context” in order for <fb:page-admin-edit-header/> to be rendered. Thanks to Thought Labs Blog, for documenting the way to do so:

you MUST add the ‘fb_page_id=[pageID]‘ URL param to the POST URL.

Leave a Reply