Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Sep 30, 2015
1 parent aa7bfcc commit fdcf9cd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ export default class FacebookTokenStrategy extends OAuth2Strategy {
});
}

/**
* Return extra Facebook-specific parameters to be included in the authorization
* request.
*
* Options:
* - `display` Display mode to render dialog, { `page`, `popup`, `touch` }.
*
* @param {Object} [options]
* @return {Object}
* @api protected
*/
authorizationParams(options) {
return (options && options.display) ? {display: options.display} : {};
}

/**
* Retrieve user profile from Facebook.
*
Expand Down

0 comments on commit fdcf9cd

Please sign in to comment.