Created By
Marc G Gauthier
06/13/2012 8:49am

Subscribers (4)

BugsRoles & Permissions not documented, subject to changes?

  • Status: Fixed
  • Priority: Medium
  • Updated: August 8, 2012 at 11:09am
Latest response from Facebook
Lei Lei
This should now be resolved. Thanks for your patience.
https://developers.facebook.com/docs/reference/api/page/#page_admin_roles
Status changed to Fixed · August 8, 2012 at 11:09am
Lei Lei
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium · June 14, 2012 at 2:41pm
In the documentation we see the roles associated with a user in relation with a page: https://developers.facebook.com/docs/reference/api/page/

The roles are referenced as "Full Admin", "Content Creator" and so on. Looking at the actual results from the API, we see that there's a difference.

{
[...]
"perms": [
"ADMINISTER",
"EDIT_PROFILE",
"CREATE_CONTENT",
"MODERATE_CONTENT",
"CREATE_ADS",
"BASIC_ADMIN"
]
}

The wording is different (ADMINISTER, EDIT_PROFILE...) and we do not get the roles, but more the permissions associated with the roles.

This could be ok (it's not that complex to figure all that out), but are we certain that these roles are not going to change? There is no documentation as far as I know, so does that mean that this is not final?
1 person can reproduce this issue by following these steps
Repro