質問するログイン新規登録

質問編集履歴

1

2015/05/13 10:48

投稿

退会済みユーザー
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: **https://xxxx.com/Auth/google/oauth2callback** did not match a registered redirect URI.
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://xxxx.com/Auth/callback.php**
11
+ **http://xxxx.com/Auth/callback.php**
12
12
  と違うものになってしまっています、developers側を何度書き直しても反映されていません。
13
13
 
14
14
  他の「facebook」「twiter」では、問題なく認証されますのでライブラリーの設定で間違いがあるとは考えにくいと思います、