Skip to content

Instantly share code, notes, and snippets.

@shimastripe
Created August 23, 2016 11:10
Show Gist options
  • Save shimastripe/e5b9f0844799be377eb8682a0ca25a27 to your computer and use it in GitHub Desktop.
Save shimastripe/e5b9f0844799be377eb8682a0ca25a27 to your computer and use it in GitHub Desktop.
{
"data": [
... Endpoint data is here
],
"paging": {
"cursors": {
"after": "MTAxNTExOTQ1MjAwNzI5NDE=",
"before": "NDMyNzQyODI3OTQw"
},
"previous": "https://graph.facebook.com/me/albums?limit=25&before=NDMyNzQyODI3OTQw"
"next": "https://graph.facebook.com/me/albums?limit=25&after=MTAxNTExOTQ1MjAwNzI5NDE="
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment