Skip to content

Commit

Permalink
Add Facebook API URL strategy options
Browse files Browse the repository at this point in the history
Adds necessary options for passport-facebook
jaredhanson/passport-facebook#234 (comment)
  • Loading branch information
tim-soft authored Jul 5, 2018
1 parent 8691cd1 commit 791a9b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/passport-facebook/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export interface StrategyOption {
clientID: string;
clientSecret: string;
callbackURL: string;
profileURL: string;
authorizationURL: string;
tokenURL: string;

scopeSeparator?: string;
enableProof?: boolean;
Expand Down

0 comments on commit 791a9b2

Please sign in to comment.