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?
Asked
Active
Viewed 1,757 times
1 Answers
3
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):
- first_name
- last_name
- gender
- is_payment_enabled
- locale
- profile_pic
- timezone
Here is the documentation: User Profile API

Sajin
- 1,608
- 1
- 14
- 18