Hakerh400

Results 5 comments of Hakerh400

As the error says, you need to add `clientID` to the options object.

Since the check `if(!options.clientID)` fails, it means that `keys.facebookClientAppID` is not a valid ID (it is probably `undefined` or `null`). Try to `console.log` the `keys.facebookClientAppID` right before the `new FacebookStrategy`...

Outdated comment (click to show the content) Seems that parentheses need to be escaped using an extra pair of quotes. Potential fix in https://github.com/libuv/libuv/pull/2627

> Do you please have an idea how to permanently solve this? The easiest way is to share all your relevant scripts and someone can look at them and tell...

> I dont know what code to show you, the whole up is finished and there is plenty of code. Create a new github repository and upload the entire project....