diff --git a/README.md b/README.md index 6426529..db0c0ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This only brings the methods needed to access the API. For login flow use accoun If you don't put this in settings.json, you'll have to init this yourself: var facebook = new Facebook({ - appID: 'XXXXXXXXX', + appId: 'XXXXXXXXX', secret: 'XXXXXXXXXXXXX' }); @@ -30,4 +30,4 @@ If you don't put this in settings.json, you'll have to init this yourself: ##Examples -See [here](https://www.npmjs.org/package/facebook-node-sdk). \ No newline at end of file +See [here](https://www.npmjs.org/package/facebook-node-sdk).