Api version 2.5, I'm asked about birthday and email when logging into this app.
{my-id}/permissions
returns
{
"permission": "user_birthday",
"status": "granted"
},
among data, but then
{my_id}?access_token=my_token&fields=birthday,email
doesn't return birthday or email
is there any other place where it could be disabled?