node.js - How to set callback url in Facebook realtime updates using nodejs -
is there way can realtime update facebook in localhost , if can not how set callback url?
try using "passport" authentication in node.js...
you can set call url follows.....
passport.use(new facebookstrategy( { clientid: facebook_app_id, clientsecret: facebook_app_secret, callbackurl: "your url" }
Comments
Post a Comment