How do I get the ‘url-encoded access token’ value from the line webhook url address? Is the channel secret value on the LINE channel console page? Please guide.
Yes, it’s the access token, it just has to be URL-encoded, as the token may contain ‘+/=’ characters that are meaningful in the URL. You could use curl to urlencode .e.g: