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

16 lines
No EOL
474 B
JSON

{
"data": [
{
"name": "Test Event",
"start_time": "2014-06-13T19:00:00+0900",
"timezone": "Asia/Tokyo",
"location": "六本木",
"rsvp_status": "attending",
"id": "246996708819160"
}
],
"paging": {
"previous": "https://graph.facebook.com/v2.0/579612276/events?limit=25&since=1402653600&__paging_token=***",
"next": "https://graph.facebook.com/v2.0/579612276/events?limit=25&until=1402653600&__paging_token=***"
}
}