facebook-node-sdk icon indicating copy to clipboard operation
facebook-node-sdk copied to clipboard

basefacebook.js graph api call response doesn't have to be a json

Open bulenttastan opened this issue 9 years ago • 0 comments

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?

bulenttastan avatar Jan 01 '16 16:01 bulenttastan