I\'m trying to implement server facebook authentication using passport-facebook on an iOS Facebook SDK app, and I\'m unclear how to setup the passport authentication on the
Check out passport-facebook-token, which is designed to authenticate based on a previously issued token (ie, the one issued to your iOS app).
passport-facebook is designed to do the web-based, redirect flow, which is not typically done from a mobile application.
passport-facebook