Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Oct 2, 2015
1 parent 297f1ab commit 4558fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ accepts these credentials and calls `done` providing a user, as well as
`options` specifying a app ID and app secret.

```js
var FacebookTokenStrategy = require('passport-facebook-token');

passport.use(new FacebookTokenStrategy({
clientID: FACEBOOK_APP_ID,
clientSecret: FACEBOOK_APP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-facebook-token",
"version": "3.0.4",
"version": "3.0.5",
"description": "Facebook token authentication strategy for Passport",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4558fb6

Please sign in to comment.