How do I REconfigure Meteor's accounts-facebook, or where is Meteor's Facebook configuration?

后端 未结 6 1571
灰色年华
灰色年华 2021-01-30 14:59

Meteor\'s accounts-facebook package was very easy to set up. To input the Facebook app ID and secret token, I loaded my meteor web app in a browser, and clicked on

6条回答
  •  不知归路
    2021-01-30 15:37

    If you don't already have much data in your application, just run:

    meteor reset
    

    This will wipe out all of Mongo's data for the app.

提交回复
热议问题