GithubHelp home page GithubHelp logo

Comments (3)

tw0517tw avatar tw0517tw commented on June 11, 2024 1

Bottender didn't get profiles from platform automatically now. If you want to get profile from the use, use context.getProfile() explicitly.

https://bottender.js.org/docs/en/api-line-context#profile-api---official-docshttpsdeveloperslinemeendocsmessaging-apireferenceget-profile
https://developers.line.biz/en/reference/messaging-api/#get-profile

from bottender.

tw0517tw avatar tw0517tw commented on June 11, 2024 1

https://github.com/Yoctol/bottender/releases/tag/v1.0.0

[breaking] rename skipProfile to skipLegacyProfile, and set to true by default

This was a breaking change introduced in v1.0.0. Bottender before v1 will automatically get profile and put that into session.user. That option is disabled by default after v1 release.

from bottender.

jsdryan avatar jsdryan commented on June 11, 2024

Bottender didn't get profiles from platform automatically now. If you want to get profile from the use, use context.getProfile() explicitly.

https://bottender.js.org/docs/en/api-line-context#profile-api---official-docshttpsdeveloperslinemeendocsmessaging-apireferenceget-profile
https://developers.line.biz/en/reference/messaging-api/#get-profile

Thank you!
I can get displayName now by using the code:

const { displayName } = await context.getUserProfile();

Instead of:

const { displayName } = context.session.user;

But I'm wondering why author can get displayName from context.session.user:
2021-06-06_14-18-18
https://ithelp.ithome.com.tw/articles/10222978

from bottender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.