Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LINE 平台與開發生態系介紹

LINE 平台與開發生態系介紹

Speaker: Nijia Lin
Event: 台北商業大學 LINE Chatbot 競賽工作坊

LINE Developers Taiwan

September 17, 2023
Tweet

More Decks by LINE Developers Taiwan

Other Decks in Technology

Transcript

  1. NiJia Lin 🥷 LINE Technology Evangelist ⭐ Developer Relations 👋

    External Evangelism 📌 Internal Evangelism
  2. 198 DYNAMIC USER BASE 19 GLOBAL MAU million SUPPORTS languages

    BY THE NUMBERS 178 *Supported languages: Arabic, Brazilian Portuguese, English, French, German, Indonesian, Italian, Japanese, Korean, Malay, Portuguese, Russian, Spanish (Castilian), Spanish (Latin America), Simplified Chinese, Thai, Traditional Chinese, Turkish, Vietnamese TOP-4 MAU million (Japan, Taiwan, Thailand, Indonesia) *As of March 2023 image: Freepik.com
  3. 發送各種訊息格式 Message Event Imagemap message Flex message Text message Template

    message Location message Sticker message Image message Video/Audio Message Quote message
  4. 取得⽤⼾資訊 • Display Name • User Id • Language •

    Picture Url • Status Message https://developers.line.biz/en/reference/messaging-api/#get-profile
  5. 什麼是 Quick Reply? • Camera action • Camera roll action

    • Location action • Postback action • Message action • URI action • Datetime picker action
  6. 什麼是 Rich Menu? • 圖片格式: JPEG or PNG • 寬度

    (pixels): 800 to 2500 • ⾼度 (pixels): 250 or more • 比率 (width/height): 1.45 or more • 檔案最⼤尺⼨: 1 MB
  7. • 圖片格式: JPEG or PNG • 寬度 (pixels): 800 to

    2500 • ⾼度 (pixels): 250 or more • 比率 (width/height): 1.45 or more • 檔案最⼤尺⼨: 1 MB 什麼是 Rich Menu?
  8. 發給 OA 互動的⽤⼾ - Send Message • 各式 Message 格式

    • 最多⼀次發送 5 則訊息 • 從 OA 點過去的 LIFF 才能使⽤ https://developers.line.biz/en/reference/liff/#send-messages
  9. OMO 最需要的! - liff.scanCodeV2() • Powered by WebRTC • LINE

    v11.7.0+ • LIFF v2.15.0+ • External Browser/Android/iOS
  10. • LIFF starter app - https://github.com/line/line-liff-v2-starter - NextJS - NuxtJS

    - Vanilla • LIFF Playground - https://github.com/line/liff-playground - https://liff-playground.netlify.app/ - 外部/⼿機 瀏覽器皆可使⽤ 從哪開始呢? - Starter