Search results for [LIFF-LINE Front-end Framework]

Count270

Count270

前提・実現したいこと

他のネイティブアプリ(Youtubeなど)内にて、Liffで生成したアプリのURLを押下した時 Lineのネイティブアプリを起動した上でLiffを開きたい

発生している問題・エラーメッセージ

他のネイティブアプリ(Youtubeなど)内にて、Liffで生...

  • 0
  • 4
  • 3717

Pre condition, Condition to reproduce of ID:purblur2480 being lock and stop support me to use.

Issue/ Error Message details

Accompanyi...

  • 0
  • 1
  • 1773

前提・実現したいこと

LIFF URLのエンドポイントには https://ドメイン を登録しています。 LIFFを通してhttps://ドメイン/liff/test?key=value にアクセスしたいです。

発生している問題・エラーメッセージ

https://LIFFURL/li...

  • 0
  • 1
  • 3928

前提・実現したいこと

やりたいこととしては、任意のユーザーに対して任意のLine公式アカウントをLineで開き、その公式アカウントに対してpushMessageすること、になります。

その前提で、 Liffで取得できるプロフィール情報のuserIdに対し、任意のLine公式アカウントのメッ...

  • 0
  • 2
  • 4210

前提・実現したいこと

I want to get friendship status in LIFF But it has some wromg.

発生している問題・エラーメッセージ

liff.getFriendship() Error Code: 401 Error Mess...

  • 0
  • 1
  • 3267

これまでメールでやり取りしている社内の報告をLINE BOTとGASを利用して簡易化できないか試みています。 ※ GASならGmailに連携できるので

GAS上に作成したindex.html<head>部に以下のとおり<script>を埋め込んでおり、 <body>内...

  • 0
  • 6
  • 9884

LINEBotの処理を作っていて、LIFFを使用する場面があります。 PC版LINEを使われるとLIFFからのsendMessageが使えないので、 よく見かける「スマートフォン版LINEでご利用になれます」というQRコード付きのポップアップを表示したいのですが、 どのように表示すればいいのでしょうか? ...

  • 0
  • 2
  • 2885

liff.init({ liffId: 'xxxxx' }).then(async () => {
  return liff.getProfile()
}).then((profile) => {
  ....
})

のようなコードがAndroidだと動きますが、iOS 12...

  • 0
  • 1
  • 4605

PC版LINEでLIFF v2を使う場合、外部ブラウザが立ち上がります。 表示自体は出来るのですが、その後の処理に問題が起こるので(LINEbotにsendMessage出来ない),

・LIFF v2 外部ブラウザを使えないようにする もしくは、 ・PC版LINEを使用している場合は、LIFF自体を...

  • 0
  • 4
  • 5581

I am aware that we can send messages using messaging API using LIFF2 but I am asking if we can send Push notifications to users. Instead of sending messages...

  • 0
  • 1
  • 2248

On my LINE 10.10.1 when I clicked a button that callbacks liff.closeWindow(), it closes the LIFF window. When I tried to open the same LIFF app, the window/...

  • 0
  • 1
  • 2373

既存のwebアプリケーションをログイン状態にあるLINEブラウザ上で実行したところ、 liff.getLineVersionは取得できるのですが、 liff.isInClientはfalse、liff.isLoggedInはfalseで返ってきました。 このwebアプリケーションは、HASHによるSPAル...

  • 0
  • 2
  • 3066

LINE Liffの開発をしています。 LINE経由で、Liff用のurlからLiffアプリを開いた時にプロフィール情報を取得したいのですが、できなくて困っております。 以下、コードです。

index.php

<!DOCTYPE html>
<html lang="ja" prefix=...

  • 0
  • 4
  • 4570

My LIFF endpoint is https://gang-nam-line-bot.herokuapp.com/liff/drawing-board

With params in LIFF url https://liff.line.me/1654307795-myblyO81/?key=t...

  • 0
  • 1
  • 4524

Google Apps Scriptでliffのアプリを作ろうと試みてます。 initの初期化でアクセストークンの解析に失敗してしまいます。 わかる方がいらっしゃったらお願いします。

【コード.gs】 function doGet(e) { var template = HtmlS...

  • 0
  • 2
  • 4085

タイトルのようなことは可能でしょうか 「閉じてもよろしいですか?」のようなアラートを出したいです window.onbeforeunloadではダメでした

  • 2
  • 0
  • 2198

I am not sure if this is related to LIFFv2 Apr,30th 2020 release. Since May, 1st, we can't open our LINE LIFFv2 successfully. We got following errors whe...

  • 0
  • 1
  • 4122

when I click LINE THINGS device item can function ok with automatic communication , but it can not bring up LIFF APP (only channel profile form shown). ...

  • 0
  • 1
  • 1538

When use html file upload in LINE Front-end Framework (LIFF) v2, All files disabled in file viewer that opened by LINE App. The only thing could be picku...

  • 0
  • 0
  • 2060

When I use LIFF init funciton in the very begining of my web page in iOS 10.3.3, I got an error like "INVALID_ID_TOKEN Failed to use Crypto API to verify ID...

  • 0
  • 2
  • 3098

開発初心者です。

LIFFについて質問です。 liff.init()はどうやら成功しているようで、liff.getOS()等の簡単なAPIは動作します。 ただ、lliff.getContext()等が動作しません。 PCのChromeのデバッガーで確認すると  Uncaught Error: li...

  • 0
  • 1
  • 4076

I create the LINE Login app and create LIFF page but open Liff link Authorization process Authorization item does not have [Send Messages to Chat] Where ...

  • 0
  • 2
  • 2172

I create the LINE Login app and create LIFF page but open Liff link Authorization process Authorization item does not have [Send Messages to Chat] Where ...

  • 0
  • 0
  • 1238

利用環境 フロント: LIFF v2 サーバ: @line/bot-sdk v6.8.2(Node.js)

フロント側でLINEのUserIdを取得し、ajaxでサーバ側APIを叩いてpushMessageを発火させるシンプルな仕組みのアプリケーションなのですが フロント側をLIFF v1からLIF...

  • 0
  • 1
  • 2192

liffを使ってサービスを実装しています。 先日のニュースで、LINE URLスキームが廃止になったのを受け、

LIFFのアクセスURLについて ...

  • 0
  • 0
  • 2736

I have been working on line-api. And, I came across the following issue. Liff app is returning different Audience Id rather than the Audience Id returned du...

  • 0
  • 0
  • 1775

もともと Messaging API チャネルで作っていたウェブの LIFF アプリを LINE Login チャネルに作り変えようとしている中でエラーが発生して困っています。なお LIFF SDK のバージョンは 2.1 をどちらも使っています。

もともと Messaging API チャネルを使ってい...

  • 0
  • 2
  • 3177

It seems that Liff amount has limitation of 30 for Line Login Channel ? When I add and save 31 Liff, it showed me message of "An incorrect parameter or val...

  • 0
  • 0
  • 1543

LIFFの起動時に下記メソッドでユーザーのアクセストークンやIDトークンをLINEプラットフォームから取得しているかと思いますが、 こちらの回数制限等はあるのでしょうか?しきい値等がMessagingAPIとは違い、明示されていないので探しあぐねております。

どなたかご回答いただけますと幸いです ``...

  • 0
  • 0
  • 2189
Are you sure? search_question.vm