jaredhanson/passport-facebook

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

josdejong opened this issue · 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.

rwky commented

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

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

tiblu commented

3.0.0 has moved to 3.2 - #256 (comment)
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.