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」を使用してみてください...
次のようにコールバック URL を設定できます.....
passport.use(new FacebookStrategy( { clientID: FACEBOOK_APP_ID, clientSecret: FACEBOOK_APP_SECRET, callbackURL: "your url" }