You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where user shall be able to login via mobile(native) facebook app. Facebook iOS sdk will provide the access tokens. How can i authenticate the users via Facebook without again going to facebook to get the user into session?
The text was updated successfully, but these errors were encountered:
You need to utilize other library like "passport-facebook-token" which will pass the access token to the Facebook server and authenticate the request. However, to prevent incompatibility among dependencies, you could do that yourself just accepting the access token, pass it to Facebook yourself and handle the session if the authentication success.
I have a use case where user shall be able to login via mobile(native) facebook app. Facebook iOS sdk will provide the access tokens. How can i authenticate the users via Facebook without again going to facebook to get the user into session?
The text was updated successfully, but these errors were encountered: