Results 33 comments of Yuta Kasai

+ https://developers.line.biz/en/reference/line-login/#get-friendship-status `(GET api.line.me/friendship/v1/status)` is not defined in this sdk too, although I'm not sure we should support line-login in this sdk.

No, I think that pull request just made the oauth-related (related to channel access token) APIs usable in line-bot-sdk-nodejs. There were APIs like userinfo in line-login from that time, but...

If you want to use it in line-bot-sdk-nodejs now, you can add code [here](https://github.com/line/line-bot-sdk-nodejs/blob/87ac860d2e21d8ca58fdcfdb1f63f954968f7f5a/lib/client.ts) to access the line login endpoint. (However, this will no longer be maintained, because it's old...

will be implemented in https://github.com/line/line-bot-sdk-python/issues/431

resolved by https://github.com/line/line-bot-sdk-python/pull/432

resolved by https://github.com/line/line-bot-sdk-python/pull/252

Thank you for your change! We're sorry response is very late. `7.6.0` fixed this 🙇

I merged many pull requests today as `7.6.0`, and other change contains this change perfectly. sorry I didn't realize it and I can't merge your change into `next` branch due...

`messaging_api.UnmarshalFlexContainer(jsonString)` is tested in https://github.com/line/line-bot-sdk-go/blob/5b2f50d7e1c8603649ca640224d23a25db751ccf/examples/kitchensink/server.go#L661-L815 from new version. Let's use this! We'll write the version here~

https://github.com/line/line-bot-sdk-go/releases/tag/v8.0.0 has been released, and it fixes the issue. Please use new modules like `"github.com/line/line-bot-sdk-go/v8/linebot/messaging_api"`.