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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -