Messaging APIのrate limitは以下の通りですが、 https://developers.line.biz/ja/reference/messaging-api/#rate-limits push messageには1時間あたりの制限はなさそうです。
ただ、エラーコードとメッセージは...
- 1
投稿 : 2022/12/05
The documentation says The property value is 20 or lower
is `To protect users' privacy, the values of some properties related to user interactions will be...
- 2
投稿 : 2022/10/05
雑な解決策ですが、2通ともに1通目2通目をくっつけたaltTextを設定するというのはいかがでしょう?
- 1
投稿 : 2022/09/01
Indeed, the redirect URI is written just like you expected it to be. (http://localhost:(port-number)/social-login)
I think if you specify full URI (htt...
- 0
投稿 : 2022/07/04
Is your redirect URI you used in step 1 really 'http://localhost' without any path like 'http://localhost/line/login' ? The redirect_uri parameter in step ...
- 0
投稿 : 2022/07/03
The develoer docs says contact your sales representative or our Sales partners.
- 0
投稿 : 2022/06/15
もし私だったら、まずサーバでリクエストログなどを仕込んで、Webhookが届いているかを確認し、 ①サーバに100%届いていた場合は、 Messaging APIへの呼び出しに失敗している可能性が高そうなので、 Messaging APIの呼び出しのログ(Request/Respones内容等)を出します...
- 2
投稿 : 2022/06/13
LINEボットを作る場合、Webhook URLは自分で用意することになります。
LINEボットでメッセージを受け取りたい場合、ちゃんとやるなら、 自分自身でサーバを立てて、そのサーバに対してドメイン名を割り当てて、HTTPSを適用し、 それによって作成されたURLを、Webhook URLに入れる必...
- 1
投稿 : 2022/05/20
ContentTypeが image/json になっていますが、これって image/png の間違いだったりしませんか?
- 1
投稿 : 2022/05/17