jgorset / facebook-messenger

Definitely the best way to make Bots on Facebook Messenger with Ruby
MIT License
962 stars 211 forks source link

Is the List template supported? #162

Closed giolazzareschi closed 7 years ago

giolazzareschi commented 7 years ago

I've beed trying to use this component

https://developers.facebook.com/docs/messenger-platform/send-api-reference/list-template

is it supported? While i'm trying to use it I keep receiving this message:

Facebook::Messenger::FacebookError ((#100) The URL provided is not whitelisted for messenger extensions):

imthatcarlos commented 7 years ago

@giolazzareschi I believe you're seeing that error as result of setting messenger_extensions: true in one of the buttons on your list. You have to whitelist your domain: https://developers.facebook.com/docs/messenger-platform/messenger-profile/domain-whitelisting

giolazzareschi commented 7 years ago

@imthatcarlos hmmmmmmmmmmmmmm ok I missed that, thank you very much.

I'll close here thanks mate.