質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,10 +5,10 @@
|
|
5
5
|
Error: redirect_uri_mismatch
|
6
6
|
Application: xxxxx
|
7
7
|
You can email the developer of this application at: xxxx@gmail.com
|
8
|
-
The redirect URI in the request: **
|
8
|
+
The redirect URI in the request: **http://xxxx.com/Auth/google/oauth2callback** did not match a registered redirect URI.
|
9
9
|
|
10
10
|
**太文字**の部分がgoogle developersの認証情報 設定画面で登録した「リダイレクト URI」
|
11
|
-
**http://
|
11
|
+
**http://xxxx.com/Auth/callback.php**
|
12
12
|
と違うものになってしまっています、developers側を何度書き直しても反映されていません。
|
13
13
|
|
14
14
|
他の「facebook」「twiter」では、問題なく認証されますのでライブラリーの設定で間違いがあるとは考えにくいと思います、
|