jaredhanson / passport-facebook

Facebook authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-facebook/?utm_source=github&utm_medium=referral&utm_campaign=passport-facebook&utm_content=about
MIT License
1.3k stars 447 forks source link

Any wrappers or api for long lived tokens? #157

Open dman777 opened 8 years ago

dman777 commented 8 years ago

Because of short lived tokens, I am getting FacebookTokenError: This authorization code has been used..

After reading https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension, I see there is a lengthy process in getting a long lived token. Does passport have any api or wrapper for this? I only see docs for what are short lived tokens.

TonyG-git commented 7 years ago

+1

Darmikon commented 7 years ago

Are there any updates?