Facebook iOS SDK and passport-facebook authentication

后端 未结 1 951
予麋鹿
予麋鹿 2021-01-04 04:33

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

相关标签:
1条回答
  • 2021-01-04 04:58

    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.

    0 讨论(0)
提交回复
热议问题