0

我需要做一些额外的事情来获取“粉丝页面”的 RSS 吗?重复一遍,这不是个人页面,它是一个“页面”,类似于 [example] https://www.facebook.com/georgehtakei是一个页面而不是个人登录。

我正在关注数以千计的示例来获取 facebook 粉丝页面的 RSS url,即使使用正确的 ID,我也会收到以下错误....(出于隐私目的,我已经审查了各种 id)

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:fb="http://www.facebook.com" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
  <access:restriction relationship="allow" />
  <id>http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e</id>
  <generator uri="http://www.facebook.com/">Facebook Syndication</generator>
  <!-- SUDA was here.  [Censored] -->
  <title></title>
  <link href="" />
  <link rel="self" href="https://www.facebook.com/feeds/page.php?format=atom10&amp;id=[censored]" />
  <updated>2013-01-15T13:57:30-08:00</updated>
  <icon>http://www.facebook.com/favicon.ico</icon>
  <logo>https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/r/GcJ2sQocxsN.png</logo>
  <entry>
    <title><![CDATA[Facebook Syndication Error]]></title>
    <id>http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e_</id>
    <link rel="alternate" type="text/html" href="http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e_" />
    <published>2013-01-15T13:57:30-08:00</published>
    <updated>2013-01-15T13:57:30-08:00</updated>
    <author>
      <name>Facebook.com</name>
      <uri>http://www.facebook.com</uri>
    </author>
    <summary>This feed URL is no longer valid. Visit this page to find the new URL, if you have access: &amp;lt;a href=&amp;quot;https://www.facebook.com/profile.php?id=[censored]&amp;quot;&amp;gt;https://www.facebook.com/profile.php?id=[censored]&amp;lt;/a&amp;gt;</summary>
    <content type="html"><![CDATA[This feed URL is no longer valid. Visit this page to find the new URL, if you have access: &lt;a href=&quot;https://www.facebook.com/profile.php?id=[censored]&quot;&gt;https://www.facebook.com/profile.php?id=[censored]&lt;/a&gt;]]></content>
  </entry>
</feed>

即使使用 http://graph.facebook.com/[url] 也不起作用。我收到以下错误。

{
   "error": {
      "message": "Unsupported get request.",
      "type": "GraphMethodException",
      "code": 100
   }
}
4

0 回答 0