Skip to content

Instantly share code, notes, and snippets.

@shimastripe
Created August 23, 2016 11:03
Show Gist options
  • Save shimastripe/ca8848577fb6516a7c11a46b004e471d to your computer and use it in GitHub Desktop.
Save shimastripe/ca8848577fb6516a7c11a46b004e471d 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