Slide 1

Slide 1 text

JIRAWAT KARANWITTAYAKARN Technology Evangelist LINE Thailand What’s New in LINE Platform 2019

Slide 2

Slide 2 text

60K Bots

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

LINE Messaging API

Slide 5

Slide 5 text

Migration of LINE@ Account Developer Trial Free Mid of June 2019

Slide 6

Slide 6 text

LINE Official Account Manager https://manager.line.biz

Slide 7

Slide 7 text

Rich Menu Link and Unlink Rich menus to multiple users up to 150 user IDs

Slide 8

Slide 8 text

Broadcast Message API

Slide 9

Slide 9 text

Broadcast Message API HTTP Request POST https://api.line.me/v2/bot/message/broadcast Headers Content-Type application/json Authorization Bearer {channel access token} Body Messages Array of message objects notificationDisabled true|false(optional)

Slide 10

Slide 10 text

Get usage APIs Get number of reply messages / day Get number of push messages / day Get number of multicast messages / day Get number of sent broadcast / day Get number of sent messages / month Get the target limit messages / month https://developers.line.biz/en/reference/messaging-api/#get-quota

Slide 11

Slide 11 text

Destination Property { "destination": "xxxxxxxxxx", "events": [{ "replyToken": "0f3779fba...", "type": "message", "source": { "userId": "U4af4980629..." }, "message": { "type": "text", "text": "Hello World!” } }] } API

Slide 12

Slide 12 text

Imagemap Video is supported

Slide 13

Slide 13 text

New Webhook Events Message event Text, Image, Video, Audio, File, Location, Sticker Follow event Bot is added or unblocked Unfollow event Bot is blocked Join event Bot joins a group or room Leave event Bot leave a group or room Member join event User joins a group or room Member leave event User leaves a group or room Postback event User performs a postback action Beacon event User enters or leaves the range Account link event User has linked his/her LINE account with a provider's service account Device link event LINE Things device has been linked with LINE by a user operation Device unlink event LINE Things device has been unlinked from LINE by a user operation

Slide 14

Slide 14 text

Member join/leave payload { "replyToken": "0f3779fba3...", "type": "memberJoined", "timestamp": 1462629479859, "source": { "type": "group", "groupId": "C4af4980629..." }, "joined": { "members": [ { "type": "user", "userId": "U91eeaf62d9..." } ] } } { "type": "memberLeft", "timestamp": 1462629479960, "source": { "type": "group", "groupId": "C4af4980629..." }, "left": { "members": [ { "type": "user", "userId": "U4af4980629..." } ] } }

Slide 15

Slide 15 text

Member Join Event Get webhook payload when a user joins group or room

Slide 16

Slide 16 text

Flex Message is supported in LINE Bot Designer

Slide 17

Slide 17 text

LINE Bot Designer

Slide 18

Slide 18 text

LINE Front-End Framework

Slide 19

Slide 19 text

Consent Screen Reappear if user doesn’t allow “Send messages to chats” service

Slide 20

Slide 20 text

LINE for iPad LIFF is supported

Slide 21

Slide 21 text

https://developers.line.biz/en/docs/liff/developing-liff-apps/#getting-access-token const accessToken = liff.getAccessToken();

Slide 22

Slide 22 text

LIFF 2.0

Slide 23

Slide 23 text

QR Code Scanner Recognize and parse QR Code data back to your LIFF app.

Slide 24

Slide 24 text

New useful functions • QR Code scanner • Supported in desktop • Define scopes • Acquire friends • Get OS • Is in LIFF? • Is logged in? • More…

Slide 25

Slide 25 text

LINE Login

Slide 26

Slide 26 text

LINE SDK 5.0 Swift Java Objective-C Last Version

Slide 27

Slide 27 text

LINE Login and Social API v2.1 are supported • User’s email permission • Enabling the bot link feature with the SDK
 (Bot Prompt)

Slide 28

Slide 28 text

QR Code Login

Slide 29

Slide 29 text

LINE SDK 1.0 for Unity

Slide 30

Slide 30 text

What’s Next

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

FREE! Online course is available Today https://www.skooldio.com

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

LINE Certified Coach for API Qualification Responsibilities Benefits Educate SMEs on API knowledge and advise on business opportunity with LINE OA Contribute OA/API content Spokesperson OA Knowledge API Knowledge Invitations to exclusive events Get latest LINE update Acknowledgement by LINE Registration: Now - 31 May

Slide 35

Slide 35 text

THANK_YOU