I'm developing a Messenger BOT by using the Facebook Messenger Platform. I was able to create a Persistent Menu by following their guide.
I used CURL
to create that menu. Which means, the same Persistent Menu is applied (appeared) to everyone.
Now, i want to know whether that Persistent Menu is customizable for different users.
As a simplest example, let's say i want to put User's Name on one of that menu items, like:
Hello John Cena!
View my Credits
View Bills
Order History
Latest News
Promotions!
Obviously, i need to do more meaningful stuffs. Like, putting different Web Links based on User. Show/hide some menu items based on User. Etc.
Please kindly suggest.
(Note: i'm using PHP for backend.)