0
Ich versuche, den Zugriff auf Facebook Kommentare mit Graph API erhalten wie unten: Wie kann ich Facebook Kommentare und Anzahl von Leuten mit Graph api
{
"posts": {
"data": [
{
"id": "113424589086090_113712022390680",
"comments": {
"data": [
{
"created_time": "2016-06-21T10:44:33+0000",
"from": {
"name": "Suneel Kumar",
"id": "113424589086090"
},
"message": "nice photo4",
"id": "113712022390680_113712149057334"
},
{
"created_time": "2016-06-21T10:57:10+0000",
"from": {
"name": "Suneel Kumar",
"id": "113424589086090"
},
"message": "ok",
"id": "113712022390680_113724525722763"
},
{
"created_time": "2016-06-21T10:57:15+0000",
"from": {
"name": "Suneel Kumar",
"id": "113424589086090"
},
"message": "not bad",
"id": "113712022390680_113724615722754"
},
Und Dies ist der Code
;curl -i -X GET \
"https://graph.facebook.com/v2.6/me?fields=posts%7Bcomments%7D&access_token=XXX"
Wie bekomme ich Kommentare und Umbra Likes.
Ich sehe etwas wie folgt aus:
/{Objekt-ID}/mag
Was hier objekt ist?