I am able to retrieve basic user information via passport-facebook, following the below code and saving in mongodb:
app.get(\"/auth/facebook\", passport.authenti
Yes, the picture can be accessed via the graph api using the access token like this. "graph.facebook.com/"; + profile.username + "/picture" + "?width=200&height=200" + "&access_token=" + accessToken; There is no need to use the profile fields.