passport-facebook
passport-facebook copied to clipboard
The used Graph API v2.5 expires on April 18, 2018, need to upgrade to v2.12
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.
I've a fork which does this https://github.com/rwky/passport-facebook/
Thanks @rwky, I also see you've opened a PR: #234
The fork has now moved to https://github.com/passport-next/passport-facebook
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.