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/user/statuses.json
2014-09-02 13:45:04 +09:00

15 lines
451 B
JSON

{
"data": [{
"id": "10152483324277277",
"from": {
"id": "579612276",
"name": "Nov Matake"
},
"message": "Nov Matake test",
"updated_time": "2014-06-03T06:27:20+0000"
}],
"paging": {
"previous": "https://graph.facebook.com/v2.0/579612276/statuses?limit=25&since=1401776840&__paging_token=***",
"next": "https://graph.facebook.com/v2.0/579612276/statuses?limit=25&until=1384770778&__paging_token=***"
}
}