Skip to content

Instantly share code, notes, and snippets.

@e1senh0rn
Created October 7, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e1senh0rn/2390b92548496cfece5880cc26194db1 to your computer and use it in GitHub Desktop.
Save e1senh0rn/2390b92548496cfece5880cc26194db1 to your computer and use it in GitHub Desktop.
{
"permissions": {
"profile_edit": {
"first_name": true,
"last_name": true,
"photo": true,
"birthday": true,
"email": true,
"email_public": true,
"contact_instructions": true,
"contact_instructions_public": true,
"contacts": {
"home": {
"address": true,
"address_public": true,
"phone": true,
"phone_public": true,
"fax": true,
"fax_public": true,
"cell": true,
"cell_public": true,
"pager": true,
"pager_public": true,
"answering_service": true,
"answering_service_public": true
},
"work": {
"address": true,
"address_public": true,
"phone": true,
"phone_public": true,
"fax": true,
"fax_public": true,
"cell": true,
"cell_public": true,
"pager": true,
"pager_public": true,
"answering_service": true,
"answering_service_public": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment