Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在本地主机中从 Facebook 进行实时更新,如果不能设置回调 url?
尝试在 node.js 中使用“护照”进行身份验证...
您可以按如下方式设置回调网址......
passport.use(new FacebookStrategy( { clientID: FACEBOOK_APP_ID, clientSecret: FACEBOOK_APP_SECRET, callbackURL: "your url" }