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

The used Graph API v2.5 expires on April 18, 2018, need to upgrade to v2.12 #237

Open josdejong opened 6 years ago

josdejong commented 6 years ago

From https://developers.facebook.com/docs/graph-api/changelog:

Version 2.5 of the Graph API is set to expire April 18, 2018. Please use the API Upgrade Tool to upgrade your apps before this date. Learn more about upgrading your apps in the Upgrade Guide.

passport-facebook works like a charm, it would be great if the library could upgrade from Graph API v2.5 to v2.12 so it keeps working after April 18.

rwky commented 6 years ago

I've a fork which does this https://github.com/rwky/passport-facebook/

josdejong commented 6 years ago

Thanks @rwky, I also see you've opened a PR: #234

rwky commented 6 years ago

The fork has now moved to https://github.com/passport-next/passport-facebook

tiblu commented 5 years ago

3.0.0 has moved to 3.2 - https://github.com/jaredhanson/passport-facebook/pull/256#issuecomment-480755249 NB! Sidenote, be very aware when using forks, specially for authentication. If a malicious user creates a fork, malicious code may be released. NOT SAYING @rwky is malicious, just pointing out the possibility of such vector happening in OSS.

@josdejong You can close this issue.