amachang / facebook-node-sdk

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

Removed reference to this.request.query.hasOwnProperty #7

Closed kfinn closed 8 years ago

kfinn commented 11 years ago

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.