expo Facebook login access to birthday email
how can I access to the email and birthday in expo facebook login ? I only get the name and ID... async function logIn() { try { await Facebook.initializeAsync({ appId: 'ID', }); const { type, token, expirationDate, permissions, declinedPermissions }…