facebook-node-sdk
facebook-node-sdk copied to clipboard
Node.js SDK for the Facebook API
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' });