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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

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