|
@@ -31,6 +31,10 @@ function sendMessage() {
|
|
|
function login() {
|
|
|
console.log('login');
|
|
|
liff.login();
|
|
|
+ // liff.login({
|
|
|
+ // // 使用者登入後導向頁面
|
|
|
+ // redirectUri: 'https://liff.googo.org/misa/'
|
|
|
+ // });
|
|
|
}
|
|
|
|
|
|
// function login() {
|
|
@@ -105,17 +109,22 @@ function shareTargetPicker() {
|
|
|
redistitle = data.title;
|
|
|
console.log(redistitle);
|
|
|
console.log(redisdata);
|
|
|
+ alert('測試');
|
|
|
+ alert(`redistitle: ${redistitle},redisdata: ${redisdata}`);
|
|
|
+ // liff
|
|
|
+ // .shareTargetPicker([
|
|
|
+ // createFlexMessageData()
|
|
|
+ // ])
|
|
|
+ // .then(() => {
|
|
|
+ // alert("Shared to the friend(s) you picked");
|
|
|
+ // })
|
|
|
+ // .catch(function (res) {
|
|
|
+ // alert(res);
|
|
|
+ // });
|
|
|
|
|
|
- liff
|
|
|
- .shareTargetPicker([
|
|
|
- createFlexMessageData()
|
|
|
- ])
|
|
|
- .then(() => {
|
|
|
- alert("Shared to the friend(s) you picked");
|
|
|
- })
|
|
|
- .catch(function (res) {
|
|
|
- alert(res);
|
|
|
- });
|
|
|
-
|
|
|
+ liff.openWindow({
|
|
|
+ url: `https://access.line.me/oauth2/v2.1/liff/shareTargetPicker?liffId=1657114132-lvaMW1wP&ott=NpQQmuPeYKY07A0gt12Ge2`, // URL for another LIFF app
|
|
|
+ external: false
|
|
|
+ });
|
|
|
});
|
|
|
}
|