Commit 6c3cf5eb by libai

测试

parent 4d3c237f
...@@ -1144,7 +1144,7 @@ function testAPI() { // Testing Graph API after login. See ...@@ -1144,7 +1144,7 @@ function testAPI() { // Testing Graph API after login. See
//line //line
function lineLog() { function lineLog() {
var client_id = '1654468829'; var client_id = '1654468829';
var redirect_uri = ' https://www.footseen.xyz/yazhaiTest/lineBack.html'; var redirect_uri ='https://www.footseen.xyz/yazhaiTest/lineBack.html';
var link = 'https://access.line.me/oauth2/v2.1/authorize?'; var link = 'https://access.line.me/oauth2/v2.1/authorize?';
link += 'response_type=code'; link += 'response_type=code';
link += '&client_id=' + client_id; link += '&client_id=' + client_id;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>LINE Login Demo</title> <title>LINE Login</title>
<style> <style>
#timeJump { #timeJump {
display: none; display: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment