Fritak / messenger-platform

Implementation of the Messenger Platform in a PHP.
MIT License
34 stars 15 forks source link

Carousel support #20

Open deios0 opened 8 years ago

deios0 commented 8 years ago

Hi! Does your code have a carousel support?

"You can also render a carousel, allowing you to send a list of items in a compact way." https://developers.facebook.com/docs/messenger-platform/product-overview

I tried to find it, unsuccessfully.

Fritak commented 8 years ago

I'm working on big improvement of API, but I can't find implementation of "Carousel" in documentation, could you please post direct link?

Isn't that just structured template? I will look into it and I will add support, if I find how to send it :D But right now I unfortunately don't have time, but weekend is ahead :)

deios0 commented 8 years ago

Ok, thank you! I didn't find it too. But I guess it's just an array of structured templates or something similar.

Will wait for your update!

deios0 commented 8 years ago

Hi! Is there any news about update? Sorry for disturbing.

brendan-rius commented 7 years ago

Just send multiple elements (https://developers.facebook.com/docs/messenger-platform/send-api-reference/generic-template).