amachang / facebook-node-sdk

Node.js SDK for the Facebook API
MIT License
231 stars 55 forks source link

Documentation typo #4

Open acalub opened 11 years ago

acalub commented 11 years ago

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