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/pokes.json

18 lines
425 B
JSON
Raw Normal View History

2014-06-03 05:41:25 -04:00
{
"data": [{
"to": {
"id": "579612276",
"name": "Nov Matake"
},
"from": {
"id": "10203783534727236",
"name": "Taizo Matsuoka"
},
"created_time": "2014-06-03T09:01:25+0000"
}],
"paging": {
"previous": "https://graph.facebook.com/v2.0/579612276/pokes?limit=25&since=1401786085",
"next": "https://graph.facebook.com/v2.0/579612276/pokes?limit=25&until=1401786085"
}
}