Access "Page Tab Edit URL" from the page
I added "Page Tab Edit URL" to my application, and then added the application the my fan page开发者_StackOverflow社区.
How can I access the edit url directly from my facebook fan page?
It's not as easy as it should be. As perx wrote on http://forum.developers.facebook.net/viewtopic.php?id=88920 ...
Click "Edit page" button on your fan-page. Then go to "Apps" and click "Go to App" link near your app name. This link will laed you to previously set "Edit Url".
You can also used the signed_request
to read whether the viewing user is a page admin and customise the content based on that. There's details of that here.
精彩评论