iwantit
@iwantit

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Laravel8 Socialite line連携ログインでlineの情報が取得できない

Laravel8 Socialite line連携ログインがしたいですが
lineの情報が取得できない。

Windows11 pro

lineの連携ボタンまでは行けたのですが、

下記のようにエラーが出て
ソース部分でデバックすると、lineのメールとかnameの情報は取れていませんでした。

Client error: POST https://api.line.me/oauth2/v2.1/token resulted in a 400 Bad Request response: {"error":"invalid_request","error_description":"code is required."}

Client error_ `POST https___api.line.me_oauth2_v2..png

lineからコールバック時に情報はとれてないようです。。
どうすればいいのでしょうか?

socialuser=Socialite::driver(socialuser=Socialite::driver(provider)->stateless()->user();

【参考サイト】
https://blog.capilano-fw.com/?p=7862#i

0

1Answer

Comments

  1. @iwantit

    Questioner

    返信が遅れました。
    ご回答ありがとうございます。

    dockerを止めたらlineからコールバック時に情報が何故か取得出来ました。

Your answer might help someone💌