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

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -