passport-facebook icon indicating copy to clipboard operation
passport-facebook copied to clipboard

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

Open josdejong opened this issue 6 years ago • 4 comments

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.

josdejong avatar Apr 02 '18 15:04 josdejong

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

rwky avatar Apr 05 '18 04:04 rwky

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

josdejong avatar Apr 11 '18 08:04 josdejong

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

rwky avatar Jul 07 '18 13:07 rwky

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.

tiblu avatar Apr 08 '19 10:04 tiblu