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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -