facebook-node-sdk
facebook-node-sdk copied to clipboard
Node.js SDK for the Facebook API
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:...
Fixed AppId
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)....