目前,我只能由我(使用 PHP)在我的 Facebook 页面上发布所有帖子。如何调整它以在我的 Facebook 页面上引入其他用户的帖子?
如果这很简单,我是否也可以只显示帖子中包含“赛车”文字的帖子?
谢谢
PHP如下:
switch (type) {
case "facebook":
var cp = id.split("/");
url = url = cp.length > 1 ? "https://graph.facebook.com/" + cp[1] + "/photos?fields=id,link,from,name,picture,images,comments&limit=" +
n : frl + encodeURIComponent("https://www.facebook.com/feeds/page.php?id=" + id + "&format=rss20");
break;