facebook-node-sdk
facebook-node-sdk copied to clipboard
basefacebook.js graph api call response doesn't have to be a json
When making calls to /oauth/access_token to extend the access token the response is a query string instead of json object, so the graph api call fails at line 680 in basefacebook.js.
Can we make this more error prone to accept query string too?