Created
August 23, 2016 11:10
-
-
Save shimastripe/e5b9f0844799be377eb8682a0ca25a27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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