Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created January 12, 2013 22:11
Show Gist options
  • Save ynonp/4520689 to your computer and use it in GitHub Desktop.
Save ynonp/4520689 to your computer and use it in GitHub Desktop.
var request = require('request');
request('http://graph.facebook.com/ynonp', function(err, response, body ) {
var me = JSON.parse( body );
console.log( me.id );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment