I am integrating facebook sdk in my app. I need to get the user's friends names and their birthdays . I have added the"read_friendlists", "user_birthday", "user_friends", "friends_birthday" .
When logged in with app's Admin facebook ID , I am able to get the birthday list properly. But when I log in with any another account , there is no birthday field in the JSON response.
PS: I have already disable the sandbox mode. In the app dashboard it's showing "This app is live(Visible to all users)"