Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.62 KB

JajanKuy LIFF App

This is a food web application that use the basic functionality of the LINE Front-End Framework (LIFF v2).

Prerequisite

To start developing this app, we must first create a provider and a channel on the LINE Developers Console to get a channel access token.

Deploy

To get more information about deployment method, please check the documentation about using Heroku CLI.

Running the app

  1. Create the app URL https://aplikasijajan.herokuapp.com from Heroku Account.
  2. Add the app URL to LIFF Endpoint URL. Please take a look at How to adding a LIFF app.
  3. Set the LIFF ID to liff-starter.js. Please refer to the API Reference Page for initializes the app.
  4. Open the LIFF URL in the LINE app or external browser.

Opening the LIFF app

To open the LIFF app within the LINE app, follow the steps below:

  1. Enter the LIFF URL https://liff.line.me/{liffId} on the LINE chat screen. {liffId} was created when adding the LIFF app.
  2. Tap the LIFF URL displayed in the bubble to open the LIFF app.
  3. Agree to grant the required permissions to the LIFF app.

For more information please check this official documentation.