Skip to content

Instantly share code, notes, and snippets.

@camshaft
Forked from timshadel/add-friend.json
Created November 13, 2012 19:39
Show Gist options
  • Save camshaft/4067896 to your computer and use it in GitHub Desktop.
Save camshaft/4067896 to your computer and use it in GitHub Desktop.
What makes it media?
{
"name": "Toby Campbell",
"href": "http://profile.org/4165401",
"picture": "http://profile.org/4165401/picture",
"friends": {
"href": "http://profile.org/4165401/friends",
"data": [
{
"name" : "Hugo S. Horton",
"href" : "http://profile.org/250648607",
"picture" : "http://profile.org/250648607/picture"
},
{
"name": "Willie Dooley",
"href" : "http://profile.org/230744115",
"picture" : "http://profile.org/230744115/picture"
},
{
"name": "Kimberly G. Roberts",
"href" : "http://profile.org/417094541",
"picture" : "http://profile.org/417094541/picture"
},
{
"name": "Janie F. Dutra",
"href" : "http://profile.org/317345331",
"picture" : "http://profile.org/317345331/picture"
}
],
"pagination": {
"next": "http://profile.org/4165401/friends?limit=5000&offset=5000"
}
},
"likes": {
"href": "http://profile.org/4165401/likes",
"data": [
{
"name": "Hackbarth Crafts",
"category": "Website",
"href": "http://profile.org/173809602759513",
"picture": "http://profile.org/173809602759513/picture",
"created_time": "2012-11-09T23:08:45+0000"
},
{
"name": "Ogden Sassy's",
"category": "Website",
"href": "http://profile.org/258352677529726",
"picture": "http://profile.org/258352677529726/picture",
"created_time": "2012-11-03T19:54:30+0000"
},
{
"name": "Phillips Drafting",
"category": "Internet/software",
"href": "http://profile.org/302628856454633",
"picture": "http://profile.org/302628856454633/picture",
"created_time": "2012-11-02T12:22:21+0000"
}
],
"pagination": {
"next": "http://profile.org/4165401/likes?limit=5000&offset=5000"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment