質問編集履歴
2
"追記です(21/01/18)" を追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,3 +49,25 @@
|
|
49
49
|
参考にしたグラフAPIの公式ドキュメント
|
50
50
|
|
51
51
|
[https://developers.facebook.com/docs/graph-api?locale=ja_JP](https://developers.facebook.com/docs/graph-api?locale=ja_JP)
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
## 追記です(21/01/18)
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
https://example.com/data/?fields=engagement
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
では取得できそうだということはわかりました。
|
64
|
+
|
65
|
+
ただ、idとnoを付けた状態では取得できません。
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
https://example.com/data/?id=1&no=1&fields=engagement
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
なにか方法はありますでしょうか?
|
1
m.ts10806 さんからのお願いにより、参考サイトのURLを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -43,3 +43,9 @@
|
|
43
43
|
<div class="fb-like" data-href="https://example.com/data/?id=1&no=1" data-width="" data-layout="button" data-action="like" data-size="small" data-share="false"></div>
|
44
44
|
|
45
45
|
```
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
参考にしたグラフAPIの公式ドキュメント
|
50
|
+
|
51
|
+
[https://developers.facebook.com/docs/graph-api?locale=ja_JP](https://developers.facebook.com/docs/graph-api?locale=ja_JP)
|