I am helping develop a chatbot for Facebook Messenger which uses Facebook's Graph API v2.6. But now Facebook is asking us to submit the app for review.
The problem is that our app asks the API for, among other things, the user's locale and timezone. I need the user's locale just to decide which language the bot uses to talk to the user. But now, since Graph API v2.7, both locale and timezone fields are deprecated and I don't know how to fetch the user's language and timezone, nor which permissions I need, so as to include them in the app review.
I searched the web for alternatives to those fields but I found nothing. What do I do? Please help me.