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

16 lines
451 B
JSON
Raw Normal View History

2014-06-03 02:33:11 -04:00
{
"data": [{
"id": "10152483324277277",
"from": {
"id": "579612276",
"name": "Nov Matake"
},
"message": "Nov Matake test",
"updated_time": "2014-06-03T06:27:20+0000"
}],
"paging": {
2014-09-02 00:45:04 -04:00
"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=***"
2014-06-03 02:33:11 -04:00
}
}