https://github.com/line/line-platform-feedback ↑に端末・バージョン情報などを添えてissueをあげると、中の人が対応してくれる可能性が高まると思います。
- 1
投稿 : 2018/10/10
Push APIであればcurl等で確認できるので、ボットからの送信APIもPushを利用して実装するのはどうでしょうか。 どうしてもReplyを使いたい場合はLINE(アプリ or PC or Chrome)から定期的に送信する仕組みを作り、APIのレスポンスを確認することで実現できそうです。
- 0
投稿 : 2018/10/08
現時点でPC版LINEでは表示できないので LINE Simulator for BOT developer はいかがでしょうか。
https://github.com/kenakamu/LINESimulator/blob/HEAD/README_ja.md
- 1
投稿 : 2018/09/20
I answered a similar question case of Thailand.
https://www.line-community.me/question/5b85608e851f74fd6e0119a7
- 1
投稿 : 2018/09/17
unfortunately, you cannot do it .
If your account LINE@ Approved accounts or official accounts, you can get all user ids. https://developers.line.me/en/...
- 0
投稿 : 2018/09/15
please set userId to 'to' argument. you can see your userId at the bottom of the developer console page. https://developers.line.me/console/channel/CHANNE...
- 1
投稿 : 2018/09/15
What is the received response body ? and if user unfollow bot, cannot send message.
You may want to check userId using profile api. https://developers....
- 0
投稿 : 2018/09/15
unfortunately, it doses not exist. I guess it only for internal.
- 0
投稿 : 2018/09/11
Unfortunately, you can't. only BLE device that uses the LINE Simple Beacon specification.
https://github.com/line/line-simple-beacon/blob/master/README....
- 0
投稿 : 2018/09/06
please try access url directly https://admin-official.line.me/YOUR_ACCOUNT_ID/bot-api/setting
- 0
投稿 : 2018/09/03