criso / fbgraph

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

tests fail #37

Closed mattwyzli closed 10 years ago

mattwyzli commented 10 years ago

When accessing the graphApi with no Access Token* and performing a public search ✗ should return valid data » expected undefined to be an Array // graph.test.js:133

res is: { error: { message: '(#200) Permissions error', type: 'OAuthException', code: 200 } }

criso commented 10 years ago

Dupe