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

Node.js SDK for the Facebook API

Results 24 facebook-node-sdk issues
Sort by recently updated
recently updated
newest added

https://developers.facebook.com/x/bugs/197793537085207/ This bug describes an issue where the Facebook Graph API will return Content-Encoding: gzip compressed content, even when gzipped content is unexpected or explicitly disallowed. facebook-node-sdk cannot deal with...

Can i get example how to use getLogoutUrl with express. I currently get url and if it gets visited user is logged out from facebook but somehow i still get...

When using facebook.api("/{ID}/picture") I am receiving the error: "Error: Parse Graph API server response error: Unexpected end of input" EDIT: completely missed the fact that it is a parsing error,...

Under your Synopsis section your reference "appID" when it should be "appId" This version worked for me: var facebook = new Facebook({ appId: 'YOUR_APP_ID', secret: 'YOUR_APP_SECRET' });