cannot get my birthday and email from facebook graph API v2.5

163 views Asked by At

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?

0

There are 0 answers