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/app/test_users.json
2014-06-05 18:29:48 +09:00

17 lines
475 B
JSON

{
"data": [{
"id": "100003934202581",
"login_url": "https://developers.facebook.com/checkpoint/test-user-login/100003934202581/",
"access_token": "test_user_token"
}, {
"id": "100003888272508",
"login_url": "https://developers.facebook.com/checkpoint/test-user-login/100003888272508/",
"access_token": "test_user_token"
}],
"paging": {
"cursors": {
"before": "MTAwMDAzOTM0MjAyNTgx",
"after": "MTAwMDAzODg4MjcyNTA4"
}
}
}