error messageが authorizationcodeissuedtoanotherclient
と書いてあるので、
https://access.line.me/oauth2/v2.1/authorize
に設定している client_id
と、
`https://api.line....
- 0
投稿 : 2022/03/14
現在使用しているLINE公式アカウントでMessaging APIを使うためには、 新しくチャンネルを作成してから、LINE公式アカウントに紐づけるのではなく、 LINE公式アカウントにあらかじめ紐づいたチャネルを作成する必要があるようです。
具体的には、LINE Official Account M...
- 1
投稿 : 2022/03/07
(もしかしたら違う原因かもしれないですが) 2つのChannelでそれぞれアクセストークンを発行しているとしたら、 同じユーザでもChannelごとに取得できるUserIdは変わってしまうので、 Channel Aで取得したUserIdを、Channel Bで使うとChannel B側では404 Not ...
- 2
投稿 : 2022/02/24
友達数の増減で良いのでしたら以下のような友達数を取得するAPIがあるので、 このAPIを1日に1回呼び出して、GoogleのSheets APIで保存するみたいな方法もありそうです。 https://developers.line.biz/ja/reference/messaging-api/#get-nu...
- 1
投稿 : 2022/02/08
Perhaps, are you seding URL encoded redirect_uri to token API? Sending redirect_uri without URL encode might work for you.
- 1
投稿 : 2021/09/10
ポストバックの中身にRichMenuIDを入れるのは、おっしゃるとおり難しいと思うので、 ポストバックの中にはaとかbという文字列のみを入れて、webhookを受け取るサーバサイドでその文字とRichMenuIDを変換してユーザにRichMenuを登録するというのはいかがでしょう?
- 3
投稿 : 2020/07/16
I think the rsponse body (i.e error.response.data) might contain an error description, and it should help you.
- 0
投稿 : 2020/07/15
It is not recommended to expose your access token in this site...
- 0
投稿 : 2020/07/15
Escalated to the github issue. https://github.com/line/line-sdk-unity/issues/19
- 1
投稿 : 2020/05/08
It seems the parameter format of liff.openWindow()
is not
liff.openWindow("www.google.com", true)
but
liff.openWindow({url: "www.g...
- 1
投稿 : 2020/01/07