qs recently removed hasOwnProperty from the prototype of returned parsed query objects (discussion here: https://github.com/visionmedia/node-querystring/issues/61 ), causing facebook-node-sdk to constantly fail. This change removes the reference to hasOwnProperty, fixing the bug.
qs recently removed hasOwnProperty from the prototype of returned parsed query objects (discussion here: https://github.com/visionmedia/node-querystring/issues/61 ), causing facebook-node-sdk to constantly fail. This change removes the reference to hasOwnProperty, fixing the bug.