拉入 Facebook Feed

Pulling in Facebook Feed

最近,我们使用这种格式为我们的一位客户从 Facebook 提取 XML 提要:

http://www.facebook.com/feeds/page.php?id={ID HERE}&format=atom10

就在今天,这似乎不再有效了。我已经尝试将许多 Public 页面 ID 传递给此 URL,并且所有这些 return 都是来自 Facebook 的错误页面。

我搜索过 Facebook 是否更改了这个 URL 结构,或者弃用了它,但我似乎找不到任何东西。有人对此有任何见解吗?

您可以按照此 link 查看我收到的错误页面的示例。我以 CNN 的 Facebook ID 为例:

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

The Pages JSON feed (e.g. https://www.facebook.com/feeds/page.php?id=%2019292868552&format=json) is now deprecated and will stop returning data from Jan 28, 2015 onwards. Developers should instead call the feed edge on the Graph API's Page object: /v2.2/{page_id}/feed.

Source

尽管我找不到未经身份验证访问提要的方法! Facebook越来越成为自由杀手,越来越自我封闭!