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

Documentation typo

Open acalub opened this issue 12 years ago • 0 comments

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' });

acalub avatar Feb 15 '13 20:02 acalub