Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created August 13, 2013 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save niraj-shah/6219392 to your computer and use it in GitHub Desktop.
Save niraj-shah/6219392 to your computer and use it in GitHub Desktop.
What the Graph API returns when calling /me/accounts providing that manage_pages permission has been accepted.
{
"data": [
{
"name": "Your Page",
"access_token": "AAAAABBBBBBBBBBCCCCCCCCCCCDDDDDDDDDEEEEEEEEEFFFFFFGGGGGGHHHHHHIIIIIIJJJJJJJJKKKKKKKKLLLLLLLLL",
"category": "Website",
"id": "01234567890",
"perms": [
"ADMINISTER",
"EDIT_PROFILE",
"CREATE_CONTENT",
"MODERATE_CONTENT",
"CREATE_ADS",
"BASIC_ADMIN"
]
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment