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.29k stars 447 forks source link

Update to 2.6 API #236

Closed dnewman-polar3d closed 5 years ago

dnewman-polar3d commented 6 years ago

Facebook's v2.5 API will go dark on 18 April 2018. One lazy fix to forestall is to just jump over to v2.6. Likely can go forward even more versions. I've not had time to research that, however, as I'm about to go on vacation for several weeks and thus went with lazy/expedient. This has been working in our production environment for the past several days.

rwky commented 6 years ago

234 bumps to 2.12

rwky commented 6 years ago

Merged in https://github.com/passport-next/passport-facebook

jaredhanson commented 5 years ago

I've published passport-facebook@3.0.0 to npm. This version updates to the latest version of Graph API, v3.2. Closing.