Passport.js: passport-facebook-token strategy, login through JS SDK and THEN authenticate passport?
I was looking for a way to let my client authorize with the facebook JS SDK and then somehow transfer this authorization to my node server (so it can verify requests with the fb graph api) I stumbled across: https://github.com/jaredhanson/passport-facebook/issues/26 & https://github.com/drudge/passport-facebook-token what seems to be an entirely different strategy from passport-facebook. Am I correct when assuming that: One logs in with the fb JS SDK, and then the facebook-token strategy somehow extracts the token and fb id from the document or body object? Or is there any other decent way to