Tag: facebook page

通过Facebook的graphics节点JS发布post

我目前正在寻找通过创build一个自定义应用程序,使我可以轻松发布我的Facebook页面(不是我的个人时间表)的状态更新自动化一些任务。 我的后端在NodeJS上运行。 我的客户端代码具有以下内容: window.fbAsyncInit = function() { FB.init({ appId : 'xxxxxxxxxxxxx', // App ID channelUrl : '//xxxxxxxxxxx, // Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); // Additional init code here FB.getLoginStatus(function(response) { […]