Yoctol/bottender

Persistent menu example not working for messenger

davidmitesh opened this issue · 2 comments

hello, I have started using bottender( https://bottender.js.org/ ) and building bot for messenger platform through it.

And, on trying to implement persistent menus, I came across the following error.

Can anyone help me with this?
image

I did exactly what suggested in the readme of the example folder.

Hi @davidmitesh,
Messenger recently released a new version (v7) of Graph API that introduced a breaking change:

The home_url property on Page Messenger Profiles has been deprecated for all operations (GET, POST, and DELETE).

I fixed it in #780. You could try the new version (v1.4.6) of Bottender and see if it works in your case.

Hi @davidmitesh,
Messenger recently released a new version (v7) of Graph API that introduced a breaking change:

The home_url property on Page Messenger Profiles has been deprecated for all operations (GET, POST, and DELETE).

I fixed it in #780. You could try the new version (v1.4.6) of Bottender and see if it works in your case.

Yes, it worked. Thanks!