Melanie Plaza
Results
1
comments of
Melanie Plaza
@always-akshat the "TypeError: OAuth2Strategy requires a authorizationURL option" is because of https://github.com/drudge/passport-facebook-token/issues/36 from PassportConfigurator.prototype.configureProvider: ``` var AuthStrategy = require(options.module)[options.strategy || 'Strategy']; if (!AuthStrategy) { AuthStrategy = require(options.module); } ``` require('passport-facebook-token').Strategy...