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

Re-check facebook login? #246

Open oceangravity opened 6 years ago

oceangravity commented 6 years ago

Hi! there's any way to re-check in our app if you're logged into facebook after you logged out directly from facebook app?

danfsd commented 5 years ago

If you mean make Facebook always ask for the User's password then you need to:

  1. Go to your Facebook Developer dashboard, and click on your Facebook App
  2. Click on "Facebook Login" under the "Products" section
  3. Enable the "Force Web OAuth Reauthentication" option
farleyschaefer commented 3 years ago

Was looking everywhere for that functionality in code/api, didn't think it'd be in the most obvious place.. FB settings!

Cheers @danfsd