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

Hi! I am trying to get started; and I have this very simple code : ``` var Facebook = require('facebook-node-sdk') var facebook = new Facebook({ appID: 'my app id', secret:...

The first README example doesn't work because it uses appID instead of appId.

Typo in synopsis sample code

Node.js app crashes showing the above error in console

`import React, { Component } from 'react'; import { Grid } from 'semantic-ui-react'; import FB from 'facebook-node-sdk'; import './SignUp.css'; class SignUp extends Component{ constructor(props) { super(props); } function(){ var fb;...

…fter querystring.parse now returns an empty Object(null) causing errors when calling hasOwnProperty.

Most likely this is something I am doing wrong but, all I want to do is retrieve a set of fields for a particular page. I have written the following:...

Facebook responses include set of very useful headers, but these are unreachable by this library. Header x-page-usage is returned whenever your page access token is about to be rate-limited (warning)....