Skip to content

Instantly share code, notes, and snippets.

@stepanger
Last active March 26, 2017 04:24
Show Gist options
  • Save stepanger/d382c082f7d332f8102183975985d417 to your computer and use it in GitHub Desktop.
Save stepanger/d382c082f7d332f8102183975985d417 to your computer and use it in GitHub Desktop.
likes.fetch({
"keys" : [
"url1",
"url2"
]
}, function(err, body) {
console.log(body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment