amachang / facebook-node-sdk

Node.js SDK for the Facebook API
MIT License
231 stars 55 forks source link

Tests fail in current version of node.js #17

Closed darkoverlordofdata closed 9 years ago

darkoverlordofdata commented 10 years ago

After scrolling pages & pages of:

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.

it finally gets this:

node.js:0 // Copyright Joyent, Inc. and other Node contributors. ^ RangeError: Maximum call stack size exceeded npm ERR! Test failed. See above for more details. npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian

npm ERR! not ok code 0

I'm using node v0.10.23. What is the latest version of node that this sdk works with?

Thanks, Bruce