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/comments.json
2014-05-30 16:10:01 +09:00

20 lines
417 B
JSON

{
"data": [{
"id": "10152461220962277_10152461646087277",
"from": {
"id": "789665437731725",
"name": "Toyoaki Ohgochi"
},
"message": "....ポイントも付きますよ....",
"can_remove": true,
"created_time": "2014-05-24T15:05:57+0000",
"like_count": 0,
"user_likes": false
}],
"paging": {
"cursors": {
"after": "MQ==",
"before": "MQ=="
}
}
}