Where/how to specify the API version using passport.js – Facebook api
I am using passport.js and passport-facebook for login on my Node.js web application. It is just a simple login request (I am only interested in the same unique id every time the same user logs on). This app has been…