no pueden manejar QuickReply en PImáx / fb-messenger-php

votos
1

Tratar de manejar la quickreply con PImáx / fb-messenger-php en php, y no trabajar. Mi código es el siguiente:

`                       $one= array();
                        $one['content_type'] = 'text';
                        $one['title'] = 'one';
                        $one['payload'] = 'one';

                        $two= array();
                        $two['content_type'] = 'text';
                        $two['title'] = 'two';
                        $two['payload'] = 'two';

                        $res =  array($one, $two);
                       $bot->send(new QuickReply($message['sender']['id'], Hi there!,$res)); `

usted me podría ayudar con esto?

Publicado el 30/01/2017 a las 11:48
fuente por usuario
En otros idiomas...                            


1 respuestas

no pueden manejar QuickReply en PImáx / fb-messenger-php

votos
1

Tratar de manejar la quickreply con PImáx / fb-messenger-php en php, y no trabajar. Mi código es el siguiente:

`                       $one= array();
                        $one['content_type'] = 'text';
                        $one['title'] = 'one';
                        $one['payload'] = 'one';

                        $two= array();
                        $two['content_type'] = 'text';
                        $two['title'] = 'two';
                        $two['payload'] = 'two';

                        $res =  array($one, $two);
                       $bot->send(new QuickReply($message['sender']['id'], "Hi there!",$res)); `

usted me podría ayudar con esto?

Respondida el 30/01/2017 a las 11:48
fuente por usuario

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more