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 446 forks source link

Graph API v2.7 which will reach the end of its 2-year lifetime on 05 October, 2018 #251

Open elliotthill opened 5 years ago

elliotthill commented 5 years ago

Is there a branch implementing newer API calls?

rwky commented 5 years ago

This fork does https://github.com/passport-next/passport-facebook

Ks89 commented 5 years ago

@jaredhanson can you update the official module? When the new release will be available? Thank u.

stefano055415 commented 5 years ago

I have the same problem with API version 3.1, can you update the library? Thank

tiblu commented 5 years ago

@elliotthill I think you can close this issue as 3.0.0 has upgraded to API version 3.2. Also, people can always use strategy configuration options to override the API version - https://github.com/jaredhanson/passport-facebook/blob/308c47eb3b0d535b0210e20a90b974337dc33232/lib/strategy.js#L52

Also, related PR https://github.com/jaredhanson/passport-facebook/pull/256 can be closed without mergeing.