LINE Developer Webhook設定

登入LineDeveloper後台 https://developers.line.me/console

登入後點到你的LINE BOT設定頁面

將Use webhooks設定為enabled

現在來看一下我們Webhook URL設定的部分

設定LINE Webhook URL有幾個要求 1. 必須使用SSL (https) 2. 必須有domain name(域名)

而這個我們在開發階段都沒有 唯一有的可能只有 http://127.0.0.1:5000/ 吧 繼續看下去吧 下一篇將配合使用ngrok來將我們的local server放到外網並且擁有https

Last updated

Was this helpful?