Since Facebook added Page Admin roles on pages (http://developers.facebook.com/docs/reference/api/page/), when getting the tokens via graph.facebook.com/me/accounts?access_token=XXXX, it lists:
*"perms": [
"ADMINISTER",
"EDIT_PROFILE",
"CREATE_CONTENT",
"MODERATE_CONTENT",
"CREATE_ADS",
"BASIC_ADMIN"
]*
How do we know if these have changed after getting a page access token - so for example: if a user loses their administrator role after I get the token, how do we check for that?