1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00
fb_graph2/spec/mock_json/post/liked_and_commented.json

59 lines
1.3 KiB
JSON

{
"id": "579612276_10152473646047277",
"from": {
"id": "579612276",
"name": "Nov Matake"
},
"message": "test",
"actions": [{
"name": "Comment",
"link": "https://www.facebook.com/579612276/posts/10152473646047277"
}, {
"name": "Like",
"link": "https://www.facebook.com/579612276/posts/10152473646047277"
}],
"privacy": {
"description": "Your friends",
"value": "ALL_FRIENDS",
"friends": "",
"networks": "",
"allow": "",
"deny": ""
},
"type": "status",
"status_type": "mobile_status_update",
"created_time": "2014-05-30T06:13:26+0000",
"updated_time": "2014-05-30T06:13:30+0000",
"likes": {
"data": [{
"id": "579612276",
"name": "Nov Matake"
}],
"paging": {
"cursors": {
"after": "NTc5NjEyMjc2",
"before": "NTc5NjEyMjc2"
}
}
},
"comments": {
"data": [{
"id": "10152473646047277_10152473646112277",
"from": {
"id": "579612276",
"name": "Nov Matake"
},
"message": "test",
"can_remove": true,
"created_time": "2014-05-30T06:13:30+0000",
"like_count": 0,
"user_likes": false
}],
"paging": {
"cursors": {
"after": "MQ==",
"before": "MQ=="
}
}
}
}