回答編集履歴
1
追記
test
CHANGED
@@ -33,3 +33,53 @@
|
|
33
33
|
(3) /{message-id}からメッセージの内容を取得
|
34
34
|
|
35
35
|
https://developers.facebook.com/docs/graph-api/reference/v9.0/message
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
追記
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
[別質問](https://teratail.com/questions/312921)見ました。
|
46
|
+
|
47
|
+
確かにプライベートメッセージの取得は廃止されているようにみえます。
|
48
|
+
|
49
|
+
https://stackoverflow.com/questions/45614403/can-i-read-private-messages-with-the-facebook-api
|
50
|
+
|
51
|
+
> In other words, there is no way to access the user messages (anymore).
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
https://stackoverflow.com/questions/11170189/get-a-facebook-users-inbox-messages/11171172
|
56
|
+
|
57
|
+
> Yes, it seems to have been removed as of 2020. – user3738870 Nov 28 at 18:34
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
https://stackoverflow.com/questions/55060916/send-message-through-facebook-api-from-personal-account-to-a-page
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
> No, that is not possible.
|
68
|
+
|
69
|
+
> You can not automate sending user messages at all.
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
ユーザーメッセージBOTは作成できず、企業ページのメッセージBOTは作成できるようにみえました。
|
82
|
+
|
83
|
+
https://developers.facebook.com/docs/messenger-platform/introduction
|
84
|
+
|
85
|
+
![イメージ説明](61900533eee5b676bbcabbba49671648.png)
|