A proper approach to FB auth

前端 未结 2 1933
南旧
南旧 2020-12-08 22:55

My project uses Node.js and Express, but the question is about generic approach.

Our users are all from FB and we don\'t have any auth other than FB. We need to asso

2条回答
  •  没有蜡笔的小新
    2020-12-08 23:33

    Actually it's totally incorrect to say that "in order to be real-time, you need to use JS SDK"! Facebook has "Realtime Updates Graph API" and every time some data gets updated, your local db gets updated automatically, then you don't need to use JS SDK

提交回复
热议问题