criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 176 forks source link

This no longer works #79

Closed mayeaux closed 8 years ago

mayeaux commented 9 years ago

graph .setOptions(options) .get("zuck", function(err, res) { console.log(res); // { id: '4', name: 'Mark Zuckerberg'... } });

See: http://stackoverflow.com/questions/23615961/social-framework-returns-803-cannot-query-users-by-their-username-username

criso commented 9 years ago

Good catch! Just need to update the readme example - not a bug with fbgraph