LINE 公式ボタン client_id, state パラメータ取得方法

以下の手順にしたがい、>LINE 公式ボタンを仮設置して、client_id, state パラメータを取得します。

1.下の公式ソーシャルボタンHTMLコードをコピーして、設置するページの</body>タグの近くに貼り付けます。

<div class="line-it-button" style="display: none;" data-type="share-a" data-lang="ja"></div>
<script src="//scdn.line-apps.com/n/line_it/thirdparty/loader.min.js" async="async" defer="defer"></script>
<script type="text/javascript">LineIt.loadButton();</script>

2.仮設置した公式ソーシャルボタンをクリックし、LINEページを表示します

3.表示されれた、LINEページのリンクURLをコピーし、テキストエディターなどに貼り付けます

4.貼り付けたLINEページのリンクURLから、client_id, state パラメータを取得します。
client_id, state パラメータは赤字のアンダーラインの部分です。

https://access.line.me/dialog/oauth/weblogin?response_type=code&client_id=1341209950&state=0b38f91df9aa55d6f00e90f7367b37e5ec9c0bdbb5ee2c0f1a449e800bcb5cdc&redirect_uri=https%3A%2F%2Ftimeline.line.me%2Fwebauth%2Fauth%3FreturnUrl%3Dhttps%3A%2F%2Ftimeline.line.me%252Fsocial-plugin%252Fshare%253Furl%253Dhttp%25253A%25252F%25252Furbanqee.com%25252Fwebutil%25252Fphoto%25252Flightbox290%25252FLINE-offcial-button.html

 urbanqee  最終更新日:2017.5.8 (初版)