I'm trying to get my information with the Graph API node "me" using the Graph API Explorer to make some tests.
If I use the version v2.5(latest) only "id" and "name" fields are retrieved.
But if I use the v2.3 or earlier versions, more information like "birthday", "first_name", "gender", "last_name" are retrieved.
I need all information like older version but want to use the latest one. What must I do different?