The API responsible for getting the user's name, gender, age and timezone seems to be missing in Messenger 1.4 API. Any ideas how you can get those details in the new API?
You can use the following graph api to get bot user data:
You can access the following fields using page scoped IDs (I don't think you can access age using page scoped user ID):
Here is the documentation: User Profile API