Skip to content

Instantly share code, notes, and snippets.

@xcambar
Created July 29, 2013 21:22
Show Gist options
  • Save xcambar/6107977 to your computer and use it in GitHub Desktop.
Save xcambar/6107977 to your computer and use it in GitHub Desktop.
Use Hull to retrieve friends from your networks
Hull.data.api({
provider: 'facebook',
path: 'me/friends'
}).then(function (data) {
console.log('Data from Facebook:', data); //should be like {data: Array, paging: Object}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment