Get wall feed from a public Facebook page using Graph API - is it really this complex?

前端 未结 3 696
悲哀的现实
悲哀的现实 2021-02-04 08:27

I have started off by reading Displaying Facebook posts to non-Facebook users which is of some use but I cannot believe it is this difficult to get a public feed from Facebook.<

3条回答
  •  终归单人心
    2021-02-04 09:16

    I have some success with reading in the direct feed without tokens etc. (using magpie, simplepie or querypath or similar).

    http://www.facebook.com/feeds/page.php?format=rss20&id=........ http://www.facebook.com/feeds/page.php?format=atom10&id=........

    found on: http://ahrengot.com/tutorials/facebook-rss-feed/

提交回复
热议问题