From ea099fa56fc7ec04871f01ee4d693579a8ae1aab Mon Sep 17 00:00:00 2001 From: Jack Tsai Date: Sat, 6 Jan 2024 12:22:17 +0800 Subject: [PATCH 1/2] Added note about message API webhook url config --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67f10829..c712f50d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ $ ngrok http 5001 We recommend using [ngrok configuration file](https://ngrok.com/docs#config) to setup a tunnel with a fixed `subdomain`. In this way the public URL can be fixed (means no repeatitive copy-pasting to LINE Channel settings!) as long as the `subdomain` is not occupied by others. +Inside LINE Developers console in your Message API channel, under Messaging API > Webhook settings set the **Webhook URL** to `${nogrok_url}/callback` and turn on **Use webhook**. Click verify to confirm it is successfully connected to your local machine. + ### LIFF setup We are using LIFF to collect user's reason when submitting article & negative feedbacks. From 842d4926cce52d14d03ee989b07d654db748f6fa Mon Sep 17 00:00:00 2001 From: Jack Tsai Date: Sat, 6 Jan 2024 15:30:04 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Johnson Liang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c712f50d..b902ef87 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ $ ngrok http 5001 We recommend using [ngrok configuration file](https://ngrok.com/docs#config) to setup a tunnel with a fixed `subdomain`. In this way the public URL can be fixed (means no repeatitive copy-pasting to LINE Channel settings!) as long as the `subdomain` is not occupied by others. -Inside LINE Developers console in your Message API channel, under Messaging API > Webhook settings set the **Webhook URL** to `${nogrok_url}/callback` and turn on **Use webhook**. Click verify to confirm it is successfully connected to your local machine. +Inside LINE Developers console in your Message API channel, under Messaging API > Webhook settings set the **Webhook URL** to `${ngrok_url}/callback` and turn on **Use webhook**. Click verify to confirm it is successfully connected to your local machine. ### LIFF setup