回答編集履歴

1

加筆修正

2017/08/17 12:12

投稿

退会済みユーザー
test CHANGED
@@ -1,5 +1,25 @@
1
1
  [PHP用Facebook SDK v5](https://developers.facebook.com/docs/reference/php)
2
+
3
+ [Graph API](https://developers.facebook.com/docs/graph-api)
2
4
 
3
5
 
4
6
 
5
7
  …を理解して必要なAPIを叩けば。
8
+
9
+
10
+
11
+ [/{object-id}/likes](https://developers.facebook.com/docs/graph-api/reference/v2.10/object/likes/)
12
+
13
+ で「いいね」数を、
14
+
15
+ [/{object-id}/reactions](https://developers.facebook.com/docs/graph-api/reference/v2.10/object/reactions/)
16
+
17
+ でリアクション(単なるいいね以外の、超いいねとか)数を、
18
+
19
+ [/{object-id}/sharedposts](https://developers.facebook.com/docs/graph-api/reference/v2.10/object/sharedposts/)
20
+
21
+ でシェアの状況を、
22
+
23
+ [/{object-id}/comments](https://developers.facebook.com/docs/graph-api/reference/v2.10/object/comments/)
24
+
25
+ でコメントの状況を取得できるはず。