passport-facebook-token
passport-facebook-token copied to clipboard
Added getLongLivedToken option
Added getLongLivedToken option - default false, if set to true, will try to obtain a long lived token from Facebook which will be accessible via req.longLivedToken. It will also add req.longLivedTokenExpires
Please add tests to this if you'd like it merged.
the code is a little changed from this pull request was submitted, since i need this feature if you provide me some hint i can port this pull request to the actual master version (and provide some tests)
I'd be glad to help. Aside from what you can see in the diff: https://github.com/drudge/passport-facebook-token/pull/23/files What are you looking for?
For the record, I don't use this any longer, so I can't confirm nothing has changed with the technology.
the master branch is "changed", what i was thinking is needed is checkout the pr branch and update it from the master branch of the repo (but i can't)