【问题标题】:Facebook messenger "Get started" button does not appearFacebook Messenger“开始”按钮未出现
【发布时间】:2017-05-01 19:30:52
【问题描述】:

我关注Facebook messenger tutorial在用户第一次与页面聊天时创建“开始”按钮但该按钮没有出现(我之前没有进行过对话)

$params = array(
     "setting_type" => "call_to_actions",
     "thread_state" => "new_thread",
     "call_to_actions" => array(
         0 => array(
            'payload' => 'welcome'
         )
      )
);

我已经收到回复了

Array ( [result] => Successfully added new_thread's CTAs )

【问题讨论】:

    标签: facebook messenger


    【解决方案1】:

    这可能是因为您没有使用 write webhook 来使回发工作。在您的应用程序的 webhook 部分中,您必须检查选项 messages_postback。

    【讨论】:

      猜你喜欢
      • 2017-06-07
      • 1970-01-01
      • 2020-06-03
      • 2017-01-05
      • 1970-01-01
      • 2018-01-09
      • 1970-01-01
      • 1970-01-01
      • 2020-10-08
      相关资源
      最近更新 更多