Possible. For example, in Node.js SDK. After you run validateSignature
(to make sure the message from LINE platform). You look for an event in `req.body.e...
- 0
投稿 : 2018/09/04
And i'm browsing it from the package directory, so no use of https needed
You may not need it as a parameter when you call createUri
but the result o...
- 0
投稿 : 2018/09/02
Sounds like the origin will be from YouTube so, first of all, YouTube must be able to trigger a request to a webhook when you go live. If YouTube doesn't al...
- 0
投稿 : 2018/09/01
@Yusef
I think there're several cases depending on what is the system you're intergrating with.
If you're building a new system, let's say in Firebas...
- 0
投稿 : 2018/09/01
Make sure imageUrl
variable is begin with https
Check image size, type, max width, aspect ratio, and url max chars.
Here is the specification. Imag...
- 0
投稿 : 2018/09/01
You will need to implement a webhook that save LINE user id into your database when the event type is "follow" and the webhook should update user status to ...
- 0
投稿 : 2018/08/31
You cannot do that. I believe the reason may be some malicious developer might use it as a security hole to create endless replies loop.
Bot does not hav...
- 0
投稿 : 2018/08/31
It seem authorization not correct
You forgot to prepend "Bearer " in front of your token
it should be "Bearer Bwmt0w4rBtcMivriy2VyH4VzOykZQ22Dkm/xk4bQ...
- 1
投稿 : 2018/08/31
~~There is no way to retrieve users from group now (30/08/2018). However, you can detect "follow" and "unfollow" events and save the changes to your databas...
- 0
投稿 : 2018/08/31
You can do it via Camera Action. But at this moment (30/08/2018) seem only available...
- 0
投稿 : 2018/08/31