質問編集履歴

1

前は間違えた

2019/08/09 13:29

投稿

takakomatu
takakomatu

スコア22

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,18 @@
1
- Google Apps Scriptで以下の小松琢昂
1
+ Google Apps Scriptで以下のコードを書いて、実行したのですが、
2
+
3
+
4
+
5
+ https://graph.facebook.com のリクエストに失敗しました(エラー: 400)。サーバー応答の一部: {"error":{"message":"Unsupported post request. Object with ID 'me' does not exist, cannot be loaded due to missing permissions, or does not support...(応答の全文を見るには muteHttpExceptions オプションを使用してください)(行 48、ファイル「コード」)
6
+
7
+
8
+
9
+ とエラーが出てきました。どこが問題かご存知な方は教えていただけませんでしょうか。
10
+
11
+ お忙しいところ恐れ入りますが、どうぞ宜しくお願い申し上げます。
12
+
13
+
14
+
15
+ ```GAS
2
16
 
3
17
  function sendHttpPost(sender, text) {
4
18
 
@@ -28,6 +42,4 @@
28
42
 
29
43
  }
30
44
 
31
-
32
-
33
- https://graph.facebook.com のリクエストに失敗しました(エラー: 400)。サーバー応答の一部: {"error":{"message":"Unsupported post request. Object with ID 'me' does not exist, cannot be loaded due to missing permissions, or does not support...(応答の全文を見るには muteHttpExceptions オプションを使用してください)(行 48、ファイル「コード」)
45
+ ```