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

TECHPULSE 2019 - LINE Platform API Update

TECHPULSE 2019 - LINE Platform API Update

LINE Platform API Update by Evan Lin @LINE TECHPULSE 2019 https://techpulse.line.me/

LINE Developers Taiwan

December 04, 2019
Tweet

More Decks by LINE Developers Taiwan

Other Decks in Programming

Transcript

  1. Release Summary of 2018 LINE Platform API Update 2018 Q4

    Rich Video Message Member join and leave 2018 Q2 LIFF Flex Message Flex Simulator 2018 Q3 Quick Reply Default Rich Menu Flex message features 2018 Q1 Account Link LINE Bot Designer
  2. OA 2.0 All accounts will start from $0 with Messaging

    API Free account could has over 80,000 friends No friends Limit Build your own LINE bot from $0 Start from $0 Less restriction Fundamental APIs for all
  3. Get Usage API Get target limit messages / month Get

    number of push messages / day Get number of send messages / month Get number of broadcast messages / day Get number of multicast messages / day Get number of reply messages / day
  4. LIFF Overview > LINE Front-end Framework (LIFF) > Web application

    • HTML, CSS, JavaScript > Integration with LINE platform • Authentication • User profile • Messaging API • JS SDK
  5. LIFF V1 liff.init( data => { //LIFF App initialization },

    err => { showAlert(err.message); } );
  6. liff.init({ liffId: “{liffId}" }).then(() => { if (!liff.isLoggedIn()) { //Redirect

    to LINE Login liff.login(); return; } //Show User Profile }).catch((err) => { window.alert(err.message); }); LIFF V2
  7. > Select friends and groups and share message > Message

    types include images, videos, and flex messages > This API will be available soon liff.shareTargetPicker
  8. Release Summary of 2018 - 2019 LINE Platform API Update

    2019 Q4 2019 Q2 2018 H2 2019 Q3 2019 Q1 2018 H1 LIFF v2 LINE Flutter SDK OA 2.0 Insight API Quick Reply Default Rich Menu Video Message Member join event Flex Message Update Document support Chinese and Try Friends statics API Rich menu batch API LINE Unify SDK Account Link LINE Bot Designer LIFF Flex Message Flex Simulator