Closed PatrickSCLin closed 7 years ago
Hi I'm new in Meteor, would like to use native facebook sdk to login in iOS,
then access data by meteor, I see nothing in loginWithService of SwiftDDP
so I should pass my facebook userId, token, expiredDate by method "login"
then implement Accounts.registerLoginHandler in server-side by myself ?
Do we have any more sweeter way to achieve this goal ?
since we already add accounts-facebook in server-side.
Also, what is the proper way to confirm a user needs to signup first in meteor ?
always implement our own login handler, check exist to login or signup first
has a proper account method to check does user exist in meteor
problem resolved
Hi I'm new in Meteor, would like to use native facebook sdk to login in iOS,
then access data by meteor, I see nothing in loginWithService of SwiftDDP
so I should pass my facebook userId, token, expiredDate by method "login"
then implement Accounts.registerLoginHandler in server-side by myself ?
Do we have any more sweeter way to achieve this goal ?
since we already add accounts-facebook in server-side.
Also, what is the proper way to confirm a user needs to signup first in meteor ?
always implement our own login handler, check exist to login or signup first
has a proper account method to check does user exist in meteor