Skip to content

Commit

Permalink
Merge 196dad2 into 1cf85cf
Browse files Browse the repository at this point in the history
  • Loading branch information
imSamiul committed Dec 6, 2020
2 parents 1cf85cf + 196dad2 commit d8f200a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -50,6 +50,7 @@ Facebook profile. The `verify` callback must call `cb` providing a user to
complete authentication.

```js
const FacebookStrategy = require("passport-facebook").Strategy;
passport.use(new FacebookStrategy({
clientID: FACEBOOK_APP_ID,
clientSecret: FACEBOOK_APP_SECRET,
Expand Down

0 comments on commit d8f200a

Please sign in to comment.