LINEマーケットプレイスというのが近いかもしれません。 LINEマーケットプレイスの拡張機能を使うのではなく、その拡張機能の開発者側になる方です。 ぜひ一度ご確認してみてください。 https://line-marketplace.com/jp
- 1
投稿 : 2023/04/18
エラーコード的には grant_type の値が正しくないというふうに読めました。
ドキュメントを読むと、ここには authorization_code という固定値が入るように見えます。 そして、エラーメッセージにも authorization_code という文字が入っていますね。
ただ、ma...
- 0
投稿 : 2023/03/03
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