前提・実現したいこと
他のネイティブアプリ(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...
前提・実現したいこと
LIFF URLのエンドポイントには https://ドメイン を登録しています。 LIFFを通してhttps://ドメイン/liff/test?key=value にアクセスしたいです。
発生している問題・エラーメッセージ
前提・実現したいこと
やりたいこととしては、任意のユーザーに対して任意のLine公式アカウントをLineで開き、その公式アカウントに対してpushMessageすること、になります。
その前提で、 Liffで取得できるプロフィール情報のuserIdに対し、任意のLine公式アカウントのメッ...
前提・実現したいこと
I want to get friendship status in LIFF But it has some wromg.
発生している問題・エラーメッセージ
liff.getFriendship() Error Code: 401 Error Mess...
- 0
- 1
- 3267
GAS liff.init()が成功しているか確認したい。
Solutionこれまでメールでやり取りしている社内の報告をLINE BOTとGASを利用して簡易化できないか試みています。 ※ GASならGmailに連携できるので
GAS上に作成したindex.html
の<head>
部に以下のとおり<script>
を埋め込んでおり、
<body>
内...
「スマートフォン版LINEでご利用になれます」ポップアップ表示
SolutionLINEBotの処理を作っていて、LIFFを使用する場面があります。 PC版LINEを使われるとLIFFからのsendMessageが使えないので、 よく見かける「スマートフォン版LINEでご利用になれます」というQRコード付きのポップアップを表示したいのですが、 どのように表示すればいいのでしょうか? ...
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自体を...
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...
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
How to add query params to LIFF URL
SolutionMy 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
line://appからLIFFのアクセスURLを開くことは可能なのですが、LIFFのアクセスURLにパラメータまたは、URLを追加するとliff.initでリダイレクトされます。
https://liff.line.me/1654032334-ra0l92WO OK https://liff.line...
- 1
- 2
- 8641
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...
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