I am developing a tab based facebook applicaton that lets the users add custom tab to their page. I want to add a link for page admins to edit the tab, but the problem is how to get if the logged in user is a page admin? I know how to do this is the old API, which are to be depricated soon. I am using the new Graph API and new Javascript SDK. Don't know how to do it with that.
|
|
|
Take a look at the fb_sig_is_admin parameter which is 1 when the user is an admin. Unfortunately you won't know who the user is with a tab until they interact, so the usefulness of the Graph API is limited. |
|||||||||
|
|
I think there is a better way for that, a few days ago FB started supporting iframe on tabs, From the facebook documentation
This is the URL: http://developers.facebook.com/docs/guides/canvas/#tabs |
|||
|
|