-
can someone give me example list-template?
API: https://developers.facebook.com/docs/messenger-platform/send-api-reference/list-template
i not found solution at this issue:
https://github.com/pim…
-
Trying to send location as attachment :
```
$coordinates = [
"coordinates" => [
"lat" => "20.464079",
"long" => "74.996857"
]
];
$bot->…
-
Hi, Is it ok / legal / safe to use the pimax library for the ongoing Facebook Bot Challenge?
-
When I add quick replies to a message without a payload or image_url, the call does not go through. To fix this I had to create a QuickReplyButton like this:
`new QuickReplyButton('text', 'Sample Tes…
-
Hi,
I could not find the method to send List templates (https://developers.facebook.com/docs/messenger-platform/send-api-reference/list-template). Is it implemented here?
-
Can i get an example on implementing quick reply buttons with the pimax library.
-
Good day, is it possible to have opentrack tracking data sent via the SteamVR tracking protocol to SteamVR, so that it can be used as "native" tracking for Direct mode games? This is exactly like rec…
-
Hi, I'm looping my data into an array_list then I set the _StructuredMessage_ but it doesn't send the response to my FB Messenger Bot.
I logged the array_list (each one is a _MessageElement_) and thi…
-
on https://github.com/pimax/fb-messenger-php-example/blob/master/index.php#L212
$bot->setPersistentMenu([
new MessageButton(MessageButton::TYPE_WEB, "First link", "http://y…
-
Hi ,
I tried the repo , everything is fine but when you try to display : Image , Profile and Receipt nothing work.
Maybe i missed something ?