質問編集履歴
2
やってみたことを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,3 +33,15 @@
|
|
33
33
|
とにかく簡単にユーザーを識別したいので、メールアドレスなども必要ないのですが、
|
34
34
|
|
35
35
|
もっと簡単なログイン機能というものは存在するのでしょうか。
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
##やってみたこと
|
40
|
+
|
41
|
+
Warning: file_get_contents(https://accounts.google.com/o/oauth2/token): failed to open stream: HTTP request failed!
|
42
|
+
|
43
|
+
Warning: file_get_contents(https://www.googleapis.com/oauth2/v1/userinfo?): failed to open stream: HTTP request failed!
|
44
|
+
|
45
|
+
index以外に置くとエラーが上記エラーが出てしまいます。
|
46
|
+
|
47
|
+
昨日は出て、今回はなぜか出なかったのですが、headers already sent byエラーも出てしまいました
|
1
OAuthタグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|